docs: 初始化文档项目
This commit is contained in:
@@ -44,12 +44,12 @@ export const shared = defineConfig({
|
||||
},
|
||||
provider: 'local',
|
||||
},
|
||||
siteTitle: 'Vben Admin',
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vbenjs/vue-vben-admin' },
|
||||
],
|
||||
siteTitle: 'y-code-platform',
|
||||
// socialLinks: [
|
||||
// { icon: 'github', link: 'https://github.com/vbenjs/vue-vben-admin' },
|
||||
// ],
|
||||
},
|
||||
title: 'Vben Admin',
|
||||
title: 'y-code-platform',
|
||||
vite: {
|
||||
build: {
|
||||
chunkSizeWarningLimit: Infinity,
|
||||
@@ -144,7 +144,7 @@ function pwa(): PwaOptions {
|
||||
includeManifestIcons: false,
|
||||
manifest: {
|
||||
description:
|
||||
'Vben Admin is a modern admin dashboard template based on Vue 3. ',
|
||||
'y-code-platform is a modern admin dashboard template based on Vue 3. ',
|
||||
icons: [
|
||||
{
|
||||
sizes: '192x192',
|
||||
@@ -158,7 +158,7 @@ function pwa(): PwaOptions {
|
||||
},
|
||||
],
|
||||
id: '/',
|
||||
name: 'Vben Admin Doc',
|
||||
name: 'y-code-platform Doc',
|
||||
short_name: 'vben_admin_doc',
|
||||
theme_color: '#ffffff',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user