This commit is contained in:
2025-11-26 19:06:48 +08:00
parent 58cc3596ae
commit 3f26b92de1

View File

@@ -25,6 +25,8 @@ export interface ThemeConfig {
repo: string repo: string
owner: string owner: string
admin: string[] admin: string[]
outline: [2, 3],
} }
export default defineConfigWithTheme<ThemeConfig>({ export default defineConfigWithTheme<ThemeConfig>({