82a19101a8
- 创建 rui-frontend 前端仓库 - 迁移 admin-ui 管理后台 - 创建 cashier-mobile 和 customer-mobile 占位项目 - 配置 pnpm workspace
21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"key": "super",
|
|
"name": "超级管理后台",
|
|
"description": "超级租户专用,包含租户管理",
|
|
"modules": ["system", "user"],
|
|
"login": {
|
|
"component": "Super",
|
|
"showTenantInput": false,
|
|
"title": "睿核平台管理",
|
|
"subtitle": "超级管理员登录"
|
|
},
|
|
"dashboard": {
|
|
"component": "Super",
|
|
"title": "平台运营概览"
|
|
},
|
|
"theme": {
|
|
"primaryColor": "#722ed1",
|
|
"title": "睿核平台管理"
|
|
}
|
|
}
|