mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
[
|
|
{
|
|
"name": "基础版",
|
|
"code": "basic",
|
|
"status": 0,
|
|
"sort": 1,
|
|
"description": "适合个人和小团队使用",
|
|
"price": 0,
|
|
"period": "month",
|
|
"trial_days": 7,
|
|
"max_users": 10,
|
|
"max_roles": 5,
|
|
"max_depts": 10,
|
|
"max_storage_mb": 1024,
|
|
"rate_limit": 30
|
|
},
|
|
{
|
|
"name": "标准版",
|
|
"code": "standard",
|
|
"status": 0,
|
|
"sort": 2,
|
|
"description": "适合成长型企业",
|
|
"price": 29900,
|
|
"period": "month",
|
|
"trial_days": 0,
|
|
"max_users": 50,
|
|
"max_roles": 20,
|
|
"max_depts": 50,
|
|
"max_storage_mb": 10240,
|
|
"rate_limit": 60
|
|
},
|
|
{
|
|
"name": "专业版",
|
|
"code": "pro",
|
|
"status": 0,
|
|
"sort": 3,
|
|
"description": "适合中型企业",
|
|
"price": 99900,
|
|
"period": "month",
|
|
"trial_days": 0,
|
|
"max_users": 200,
|
|
"max_roles": 50,
|
|
"max_depts": 200,
|
|
"max_storage_mb": 102400,
|
|
"rate_limit": 120
|
|
},
|
|
{
|
|
"name": "企业版",
|
|
"code": "enterprise",
|
|
"status": 0,
|
|
"sort": 4,
|
|
"description": "适合大型企业和组织",
|
|
"price": 299900,
|
|
"period": "year",
|
|
"trial_days": 0,
|
|
"max_users": 1000,
|
|
"max_roles": 200,
|
|
"max_depts": 1000,
|
|
"max_storage_mb": 1024000,
|
|
"rate_limit": 300
|
|
}
|
|
]
|