82a19101a8
- 创建 rui-frontend 前端仓库 - 迁移 admin-ui 管理后台 - 创建 cashier-mobile 和 customer-mobile 占位项目 - 配置 pnpm workspace
21 lines
495 B
JSON
21 lines
495 B
JSON
{
|
|
"key": "default",
|
|
"name": "默认系统",
|
|
"description": "开发测试用,包含所有模块",
|
|
"modules": ["system", "user", "order", "cms", "marketing", "demo", "cashier"],
|
|
"login": {
|
|
"component": "Default",
|
|
"showTenantInput": true,
|
|
"title": "睿核通用平台",
|
|
"subtitle": "管理后台登录"
|
|
},
|
|
"dashboard": {
|
|
"component": "Default",
|
|
"title": "数据概览"
|
|
},
|
|
"theme": {
|
|
"primaryColor": "#1677ff",
|
|
"title": "睿核通用平台"
|
|
}
|
|
}
|