From cf55a9ed3fb59ae8f1ee7a8d1f7f5c3107697bb0 Mon Sep 17 00:00:00 2001 From: KunPeng Date: Fri, 11 Nov 2022 19:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=8E=92=E5=BA=8F=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/sidebar/zh.ts | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/sidebar/zh.ts b/docs/.vuepress/sidebar/zh.ts index 14a27d9f9..c79f54fa6 100644 --- a/docs/.vuepress/sidebar/zh.ts +++ b/docs/.vuepress/sidebar/zh.ts @@ -17,19 +17,37 @@ export const zhSidebar = sidebar({ icon: "read", text: "功能指南", prefix: "features/", - children: "structure" + children: [ + "README" , + "game-launcher" , + "wish-export" , + "daily-notes" , + "achievements" , + "character-data" , + "hutao-API" , + "character-wiki" , + ], }, { icon: "ask", text: "常见问题", prefix: "FAQ/", - children: "structure" + children: [ + "most-frequent-questions" , + "mihoyo-risk-tip" , + "artifact-rating-rules" , + "Gacha-system-and-export-principal" , + "HttpRequestException" , + ], }, { icon: "article", text: "声明和公告", prefix: "statements/", - children: "structure" + children: [ + "bug-report" , + "privacy-statement" , + ], } ], });