82a19101a8
- 创建 rui-frontend 前端仓库 - 迁移 admin-ui 管理后台 - 创建 cashier-mobile 和 customer-mobile 占位项目 - 配置 pnpm workspace
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"key": "cashier",
|
|
"name": "收银系统",
|
|
"description": "面向收银场景的管理后台",
|
|
"modules": ["system", "user", "cms", "cashier"],
|
|
"login": {
|
|
"component": "Cashier",
|
|
"showTenantInput": true,
|
|
"title": "睿核收银",
|
|
"subtitle": "门店管理系统"
|
|
},
|
|
"dashboard": {
|
|
"component": "Cashier",
|
|
"title": "收银数据概览"
|
|
},
|
|
"theme": {
|
|
"primaryColor": "#1677ff",
|
|
"title": "睿核收银"
|
|
}
|
|
}
|