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)