mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-14 11:34:43 +08:00
release v0.2.0
- 更新和增加文档 - 添加新的图片 - 优化文档结构和内容
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<p class="about-desc">{{ $t('status.about.desc') }}</p>
|
||||
<a-divider />
|
||||
<div class="about-info">
|
||||
<p><b>{{ $t('status.about.version') }}</b><a-tag color="green">v0.1.0</a-tag></p>
|
||||
<p><b>{{ $t('status.about.version') }}</b><a-tag color="green">v0.2.0</a-tag></p>
|
||||
<p>
|
||||
<b>{{ $t('status.about.author') }}</b>
|
||||
<a
|
||||
@@ -66,10 +66,19 @@
|
||||
<p>
|
||||
<b>{{ $t('status.about.manual') }}</b>
|
||||
<a
|
||||
href="https://github.com/HiMeditator/auto-caption/blob/main/assets/user-manual_zh.md"
|
||||
:href="`https://github.com/HiMeditator/auto-caption/tree/main/docs/user-manual/${$t('lang')}.md`"
|
||||
target="_blank"
|
||||
>
|
||||
<a-tag color="blue">GitHub | user-manual_zh.md</a-tag>
|
||||
<a-tag color="blue">GitHub | user-manual/{{ $t('lang') }}.md</a-tag>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<b>{{ $t('status.about.engineDoc') }}</b>
|
||||
<a
|
||||
:href="`https://github.com/HiMeditator/auto-caption/tree/main/docs/engine-manual/${$t('lang')}.md`"
|
||||
target="_blank"
|
||||
>
|
||||
<a-tag color="blue">GitHub | engine-manual/{{ $t('lang') }}.md</a-tag>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default {
|
||||
lang: "en",
|
||||
example: {
|
||||
"original": "这是字幕样式预览。",
|
||||
"translation": "(Translation) This is a preview of caption styles."
|
||||
@@ -92,7 +93,8 @@ export default {
|
||||
"author": "Project Author",
|
||||
"projLink": "Project Link",
|
||||
"manual": "User Manual",
|
||||
"date": "June 26, 2026"
|
||||
"engineDoc": "Caption Engine Manual",
|
||||
"date": "July 5, 2026"
|
||||
}
|
||||
},
|
||||
log: {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default {
|
||||
lang: "ja",
|
||||
example: {
|
||||
"original": "这是字幕样式预览。",
|
||||
"translation": "(翻訳)これは字幕のスタイルのプレビューです。"
|
||||
@@ -92,7 +93,8 @@ export default {
|
||||
"author": "プロジェクト作者",
|
||||
"projLink": "プロジェクトリンク",
|
||||
"manual": "ユーザーマニュアル",
|
||||
"date": "2026 年 6 月 26 日"
|
||||
"engineDoc": "字幕エンジンマニュアル",
|
||||
"date": "2025 年 7 月 5 日"
|
||||
}
|
||||
},
|
||||
log: {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default {
|
||||
lang: "zh",
|
||||
example: {
|
||||
"original": "This is a preview of caption styles. ",
|
||||
"translation": "(翻译)这是字幕样式预览。"
|
||||
@@ -92,7 +93,8 @@ export default {
|
||||
"author": "项目作者",
|
||||
"projLink": "项目链接",
|
||||
"manual": "用户手册",
|
||||
"date": "2026 年 6 月 26 日"
|
||||
"engineDoc": "字幕引擎手册",
|
||||
"date": "2025 年 7 月 5 日"
|
||||
}
|
||||
},
|
||||
log: {
|
||||
|
||||
Reference in New Issue
Block a user