mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
chore: update deps (#108)
* chore: update deps * style: update linter * fix: fix catalog * chore: tweaks navbar config
This commit is contained in:
@@ -15,33 +15,25 @@ export const enSidebar = sidebar({
|
||||
icon: "iconfont icon-module",
|
||||
text: "Game Tools",
|
||||
children: [
|
||||
"dashboard.md",
|
||||
"game-launcher.md",
|
||||
"wish-export.md",
|
||||
"achievements.md",
|
||||
"real-time-notes.md",
|
||||
"character-data.md",
|
||||
"hutao-API.md",
|
||||
"develop-plan.md"
|
||||
]
|
||||
"dashboard",
|
||||
"game-launcher",
|
||||
"wish-export",
|
||||
"achievements",
|
||||
"real-time-notes",
|
||||
"character-data",
|
||||
"hutao-API",
|
||||
"develop-plan",
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-study",
|
||||
text: "Game WIKI",
|
||||
children: [
|
||||
"character-wiki.md",
|
||||
"weapon-wiki.md",
|
||||
"monster-wiki.md"
|
||||
]
|
||||
children: ["character-wiki", "weapon-wiki", "monster-wiki"],
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-setting",
|
||||
text: "Snap Hutao Features",
|
||||
children: [
|
||||
"feedback-center.md",
|
||||
"hutao-passport.md",
|
||||
"hutao-settings.md"
|
||||
]
|
||||
children: ["feedback-center", "hutao-passport", "hutao-settings"],
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -68,6 +60,6 @@ export const enSidebar = sidebar({
|
||||
text: "Dev Logs",
|
||||
prefix: "blog/",
|
||||
children: "structure",
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -35,6 +35,6 @@ export const idSidebar = sidebar({
|
||||
text: "Dev Logs",
|
||||
prefix: "blog/",
|
||||
children: "structure",
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export * from "./en.js";
|
||||
export * from "./zh.js";
|
||||
export * from "./ru.js";
|
||||
export * from "./id.js";
|
||||
export * from "./id.js";
|
||||
|
||||
@@ -35,6 +35,6 @@ export const ruSidebar = sidebar({
|
||||
text: "Dev Logs",
|
||||
prefix: "blog/",
|
||||
children: "structure",
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -15,35 +15,27 @@ export const zhSidebar = sidebar({
|
||||
icon: "iconfont icon-module",
|
||||
text: "游戏工具",
|
||||
children: [
|
||||
"dashboard.md",
|
||||
"game-launcher.md",
|
||||
"wish-export.md",
|
||||
"achievements.md",
|
||||
"real-time-notes.md",
|
||||
"character-data.md",
|
||||
"hutao-API.md",
|
||||
"develop-plan.md"
|
||||
]
|
||||
"dashboard",
|
||||
"game-launcher",
|
||||
"wish-export",
|
||||
"achievements",
|
||||
"real-time-notes",
|
||||
"character-data",
|
||||
"hutao-API",
|
||||
"develop-plan",
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-study",
|
||||
text: "游戏 WIKI",
|
||||
children: [
|
||||
"character-wiki.md",
|
||||
"weapon-wiki.md",
|
||||
"monster-wiki.md"
|
||||
]
|
||||
children: ["character-wiki", "weapon-wiki", "monster-wiki"],
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-setting",
|
||||
text: "软件功能",
|
||||
children: [
|
||||
"feedback-center.md",
|
||||
"hutao-passport.md",
|
||||
"hutao-settings.md"
|
||||
]
|
||||
children: ["feedback-center", "hutao-passport", "hutao-settings"],
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-advance",
|
||||
@@ -68,6 +60,6 @@ export const zhSidebar = sidebar({
|
||||
text: "开发日志",
|
||||
prefix: "blog/",
|
||||
children: "structure",
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user