From 1982c06b3be9e5aebb746cbfbc5504b94fdacd56 Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 11 Jan 2023 01:24:19 -0800 Subject: [PATCH] Update Toc page - Use `Catalog` as TOC page --- docs/.vuepress/theme.ts | 5 +++++ docs/features/README.md | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 93edeead7..1892146df 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -130,6 +130,11 @@ export default hopeTheme({ vpre: true, vuePlayground: true, }, + components: { + components: [ + "Catalog" + ] + }, pwa: false /** pwa: { diff --git a/docs/features/README.md b/docs/features/README.md index c8e970274..a80aa0875 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -1,12 +1,3 @@ # 功能列表 -- [启动游戏](game-launcher.md) -- [祈愿记录](wish-export.md) -- [实时便笺](daily-notes.md) -- [成就管理](achievements.md) -- [我的角色](character-data.md) -- [养成计划](develop-plan.md) -- [深渊统计](hutao-API.md) -- [角色资料](character-wiki.md) -- [武器资料](weapon-wiki.md) -- [设置选项](hutao-settings.md) + \ No newline at end of file