1
0
forked from bot/app

📝 插件商店支持

This commit is contained in:
2024-08-31 21:50:58 +08:00
parent d2704818d9
commit ae34ff622d
18 changed files with 899 additions and 29 deletions

View File

@ -61,7 +61,11 @@ export const common = defineConfig({
[`${defaultLocale}/:rest*`]: ":rest*",
},
themeConfig: {
logo: '/liteyuki.svg',
logo: {
light: '/liteyuki.svg',
dark: '/liteyuki-dark.svg',
alt: 'LiteyukiBot Logo'
},
sidebar: generateSidebar(
[
...generateSidebarConfig()