chore: update deps (#108)

* chore: update deps

* style: update linter

* fix: fix catalog

* chore: tweaks navbar config
This commit is contained in:
Mr.Hope
2024-02-22 16:16:02 +08:00
committed by GitHub
parent 0e69da99c5
commit 7ac010e072
66 changed files with 1800 additions and 2140 deletions

View File

@@ -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",
}
},
],
});

View File

@@ -35,6 +35,6 @@ export const idSidebar = sidebar({
text: "Dev Logs",
prefix: "blog/",
children: "structure",
}
},
],
});

View File

@@ -1,4 +1,4 @@
export * from "./en.js";
export * from "./zh.js";
export * from "./ru.js";
export * from "./id.js";
export * from "./id.js";

View File

@@ -35,6 +35,6 @@ export const ruSidebar = sidebar({
text: "Dev Logs",
prefix: "blog/",
children: "structure",
}
},
],
});

View File

@@ -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",
}
},
],
});