📝 插件商店支持
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user