build: sync config

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent 48b357b1c6
commit 6c161c6ae7
55 changed files with 731 additions and 90 deletions
+3
View File
@@ -19,6 +19,9 @@ export default defineConfig({
history: {
type: 'hash'
},
define: {
'process.env.ENABLE_ENTERPRISE': process.env.ENABLE_ENTERPRISE
},
analyze: {
analyzerMode: 'server',
analyzerPort: 8888,
+20
View File
@@ -302,6 +302,26 @@ export default [
}
]
},
{
name: 'apikeys',
path: '/api-keys',
key: 'apikeys',
hideInMenu: true,
selectedIcon: 'icon-key-filled',
icon: 'icon-key',
defaultIcon: 'icon-key',
component: './api-keys'
},
{
name: 'settings',
path: '/settings',
key: 'settings',
hideInMenu: true,
selectedIcon: 'icon-settings-filled',
icon: 'icon-settings',
defaultIcon: 'icon-settings',
component: './settings'
},
{
name: 'profile',
path: '/profile',