diff --git a/1000-hours/.vitepress/config.mts b/1000-hours/.vitepress/config.mts index c156322ea..293284f21 100644 --- a/1000-hours/.vitepress/config.mts +++ b/1000-hours/.vitepress/config.mts @@ -462,8 +462,9 @@ export default withMermaid( text: "阅读文本", collapsed: false, items: [ - { text: "在线文章", link: "/enjoy-app/webpage" }, - { text: "本地电子书", link: "/enjoy-app/ebook" }, + { text: "简介", link: "/enjoy-app/document" }, + { text: "本地文档", link: "/enjoy-app/document-ebook" }, + { text: "在线文章", link: "/enjoy-app/document-webpage" }, ], }, { diff --git a/1000-hours/enjoy-app/document-ebook.md b/1000-hours/enjoy-app/document-ebook.md new file mode 100644 index 000000000..705d113b2 --- /dev/null +++ b/1000-hours/enjoy-app/document-ebook.md @@ -0,0 +1,35 @@ +# 本地电子书 + +目前暂时支持的格式有: + +- epub +- txt +- markdown + +点击左侧栏的 `文档` 进入,点击 `添加资源` 按钮,选择对应的文件即可。 + +![添加文档](/images/enjoy/document-add.png) + +## 文档设置 + +点击左上角的齿轮按钮,可以进行文档设置。例如是否进行自动翻译、连续朗读等。 + +![文档设置](/images/enjoy/document-settings.png) + +## 文档翻译 + +文档每个段落顶部有翻译按钮,点击即可翻译。 + +![文档翻译](/images/enjoy/document-translate.png) + +## 文档播放 + +文档每个段落顶部有播放按钮,点击即可播放。 + +![文档播放](/images/enjoy/document-play.png) + +## 文档跟读 + +文档朗读语音生成后,可以点击 `跟读训练` 按钮,进行跟读。 + +![文档跟读](/images/enjoy/document-shadow.png) diff --git a/1000-hours/enjoy-app/document-webpage.md b/1000-hours/enjoy-app/document-webpage.md new file mode 100644 index 000000000..32b806fde --- /dev/null +++ b/1000-hours/enjoy-app/document-webpage.md @@ -0,0 +1,13 @@ +# 在线文章 + +除了可以导入本地文档,Enjoy 还支持导入在线文章。 + +在添加资源窗口,直接输入文章的网址,即可开始阅读。 + +![添加在线文章](/images/enjoy/document-webpage.png) + +::: info 提示 + +Enjoy 会将网址中的内容下载到本地然后进行导入,部分网站可能会设置不同规则,导致内容无法正常下载。 + +::: diff --git a/1000-hours/enjoy-app/document.md b/1000-hours/enjoy-app/document.md new file mode 100644 index 000000000..4d2d8407a --- /dev/null +++ b/1000-hours/enjoy-app/document.md @@ -0,0 +1,3 @@ +# 阅读文本简介 + +Enjoy 支持将本地文档或在线文章导入,进行跟读训练。 diff --git a/1000-hours/enjoy-app/ebook.md b/1000-hours/enjoy-app/ebook.md deleted file mode 100644 index 478687c98..000000000 --- a/1000-hours/enjoy-app/ebook.md +++ /dev/null @@ -1,3 +0,0 @@ -# 本地电子书 - -待开发,敬请期待。 diff --git a/1000-hours/enjoy-app/webpage.md b/1000-hours/enjoy-app/webpage.md deleted file mode 100644 index 221e105e4..000000000 --- a/1000-hours/enjoy-app/webpage.md +++ /dev/null @@ -1,19 +0,0 @@ -# 在线文章 - -点击左侧栏的 `文章` 进入。 - -输入文章的网址,即可开始阅读。 - -![文章阅读页面](/images/enjoy/story-page.png) -_\* 文章阅读页面_ - -## 提取关键词汇 - -打开文章后,Enjoy 将会智能提取该文章的关键词汇,并在文中标注。该功能需要 AI 引擎的支持,在 [默认 AI 引擎](./settings.md#默认-ai-引擎) 可以设置。 - -![关键词汇](/images/enjoy/story-key-vocabulary.png) -_\* 智能提取关键词汇_ - -## 查单词 - -在正文中选中任意单词或者短语,即可激活查单词服务,同样需要 [AI 引擎](./settings.md#默认-ai-引擎) 的支持。 diff --git a/1000-hours/public/images/enjoy/document-add.png b/1000-hours/public/images/enjoy/document-add.png new file mode 100644 index 000000000..deeeb99d1 Binary files /dev/null and b/1000-hours/public/images/enjoy/document-add.png differ diff --git a/1000-hours/public/images/enjoy/document-play.png b/1000-hours/public/images/enjoy/document-play.png new file mode 100644 index 000000000..22492eb22 Binary files /dev/null and b/1000-hours/public/images/enjoy/document-play.png differ diff --git a/1000-hours/public/images/enjoy/document-settings.png b/1000-hours/public/images/enjoy/document-settings.png new file mode 100644 index 000000000..74ce321f0 Binary files /dev/null and b/1000-hours/public/images/enjoy/document-settings.png differ diff --git a/1000-hours/public/images/enjoy/document-shadow.png b/1000-hours/public/images/enjoy/document-shadow.png new file mode 100644 index 000000000..4145a314f Binary files /dev/null and b/1000-hours/public/images/enjoy/document-shadow.png differ diff --git a/1000-hours/public/images/enjoy/document-translate.png b/1000-hours/public/images/enjoy/document-translate.png new file mode 100644 index 000000000..8a3504acf Binary files /dev/null and b/1000-hours/public/images/enjoy/document-translate.png differ diff --git a/1000-hours/public/images/enjoy/document-webpage.png b/1000-hours/public/images/enjoy/document-webpage.png new file mode 100644 index 000000000..410035984 Binary files /dev/null and b/1000-hours/public/images/enjoy/document-webpage.png differ