user-manager change

This commit is contained in:
2025-04-03 20:08:40 +08:00
parent 8fafe74fa3
commit d97053a443
12 changed files with 297 additions and 22 deletions

View File

@@ -1,18 +1,27 @@
export const defaultKeys = [
{
key: 'upload.json',
description: '上传配置',
data: { key: 'upload', version: '1.0.0' },
},
{
key: 'workspace.json',
description: '工作空间配置',
data: { key: 'workspace', version: '1.0.0' },
},
{
key: 'ai.json',
description: 'AI配置',
data: { key: 'ai', version: '1.0.0' },
},
{
key: 'vip.json',
description: 'VIP配置',
data: { key: 'vip', version: '1.0.0' },
},
{
key: 'user.json',
description: '用户配置',
data: { key: 'user', version: '1.0.0', redirectURL: '/root/center/' },
},
];