From 8de641153c56327b0474c332954bd88408874065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Mon, 18 Nov 2024 17:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=96=87=E6=A1=A3=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/theme.ts | 3 ++- src/reference/Appendix/changelog.md | 7 ++++++- src/reference/README.md | 8 ++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 275966a..9141df1 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -87,7 +87,8 @@ export default hopeTheme({ type: "katex", }, markdownTab: true, - git: true + git: true, + searchPro: true, }, pageInfo: [ "Author", "Date", "ReadingTime", "Word" diff --git a/src/reference/Appendix/changelog.md b/src/reference/Appendix/changelog.md index e4c5081..38e83ab 100644 --- a/src/reference/Appendix/changelog.md +++ b/src/reference/Appendix/changelog.md @@ -5,9 +5,14 @@ category: - 附录 --- +## 2024.11.10 +- [4.1 搜寻图片](../ChapterNo4/4.1.md#常用的素材网站) -> 补充爱给网 + +## 2024.11.9 +- [3.2 初识 InDesign](../ChapterNo3/3.2.md#版面辅助线) -> 新增**版面辅助线** ## 2024.11.8 - [3.2 初识 InDesign](../ChapterNo3/3.2.md) - - 新增**使用模板创建文档**步骤 + - 新增**使用模板创建文档**步骤 - 将**串接文本框架**从 [3.3 基本操作](../ChapterNo3/3.3.md) 调整到本节 - [1.2 美编全流程](../ChapterNo1/1.2.md) -> 修正部分链接错误 - [附录:文学社公开资源](../Appendix/resource.md) -> 添加文学社标准字体说明 diff --git a/src/reference/README.md b/src/reference/README.md index ebd8c5b..d11f4a8 100644 --- a/src/reference/README.md +++ b/src/reference/README.md @@ -13,12 +13,8 @@ icon: book ::: ## 最近更新 -### 2024.11.10 -- [4.1 搜寻图片](./ChapterNo4/4.1.md#常用的素材网站) -> 补充爱给网 - -### 2024.11.9 -- [3.2 初识 InDesign](./ChapterNo3/3.2.md#版面辅助线) -> 新增**版面辅助线** - +### 2024.11.18 +- 为文档添加搜索功能(目前仅支持搜索标题) > [附录:历史更新日志](Appendix/changelog.md)