mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
进行排序以提高可读性
This commit is contained in:
@@ -17,19 +17,37 @@ export const zhSidebar = sidebar({
|
|||||||
icon: "read",
|
icon: "read",
|
||||||
text: "功能指南",
|
text: "功能指南",
|
||||||
prefix: "features/",
|
prefix: "features/",
|
||||||
children: "structure"
|
children: [
|
||||||
|
"README" ,
|
||||||
|
"game-launcher" ,
|
||||||
|
"wish-export" ,
|
||||||
|
"daily-notes" ,
|
||||||
|
"achievements" ,
|
||||||
|
"character-data" ,
|
||||||
|
"hutao-API" ,
|
||||||
|
"character-wiki" ,
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "ask",
|
icon: "ask",
|
||||||
text: "常见问题",
|
text: "常见问题",
|
||||||
prefix: "FAQ/",
|
prefix: "FAQ/",
|
||||||
children: "structure"
|
children: [
|
||||||
|
"most-frequent-questions" ,
|
||||||
|
"mihoyo-risk-tip" ,
|
||||||
|
"artifact-rating-rules" ,
|
||||||
|
"Gacha-system-and-export-principal" ,
|
||||||
|
"HttpRequestException" ,
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "article",
|
icon: "article",
|
||||||
text: "声明和公告",
|
text: "声明和公告",
|
||||||
prefix: "statements/",
|
prefix: "statements/",
|
||||||
children: "structure"
|
children: [
|
||||||
|
"bug-report" ,
|
||||||
|
"privacy-statement" ,
|
||||||
|
],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user