内容更新

New
- Appendix 附录:常见问题
- 3.2 新增 页面管理
- 6.2 新增 添加页码方法
- 6.3 补全 关于样刊
Improve
- 4.1 去除标题英文
- 更新todo list
Develop
- 更新依赖
- 删除无用静态资源
This commit is contained in:
2023-08-11 21:59:43 +08:00
parent 516db421e2
commit 2900c1107a
15 changed files with 177 additions and 43 deletions

View File

@@ -39,5 +39,13 @@ export default sidebar({
link: "reference/ChapterNo6",
children: "structure",
},
{
text: "Appendix 附录",
prefix: "reference/Appendix",
link: "reference/Appendix",
children: [
'question.md'
],
}
],
});