chore: update vitepress v2

master^2
xingyu4j 2026-05-18 18:23:10 +08:00
parent 2f16ee7cf5
commit 6592135cc5
3 changed files with 390 additions and 674 deletions

View File

@ -85,9 +85,21 @@ export const shared = defineConfig({
name: 'Li Kui',
username: 'likui628',
},
{
name: 'Jin Mao',
username: 'jinmao88',
},
{
name: 'Netfan',
username: 'mynetfan',
},
{
name: 'xingyu4j',
username: 'xingyu4j',
},
],
repoURL: () => 'https://github.com/vbenjs/vue-vben-admin',
}),
}) as any,
GitChangelogMarkdownSection(),
viteArchiverPlugin({ outputDir: '.vitepress' }),
groupIconVitePlugin(),

File diff suppressed because it is too large Load Diff

View File

@ -197,7 +197,7 @@ catalog:
vite-plugin-lazy-import: ^1.0.7
vite-plugin-pwa: ^1.3.0
vite-plugin-vue-devtools: ^8.1.2
vitepress: ^1.6.4
vitepress: ^2.0.0-alpha.17
vitepress-plugin-group-icons: ^1.7.5
vitest: ^4.1.6
vue: ^3.5.34