mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 大规模代码整理与功能优化
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"notice_title": "系统上线公告",
|
||||
"notice_content": "<p>欢迎使用 FastApiAdmin 系统!</p><p>这是一个功能强大的权限管理系统,支持多租户、角色权限控制等功能。</p>",
|
||||
"notice_type": "2",
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "系统上线公告",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -11,7 +11,7 @@
|
||||
"notice_title": "系统维护通知",
|
||||
"notice_content": "<p>系统将于本周六凌晨2:00-4:00进行例行维护,请提前保存工作。</p>",
|
||||
"notice_type": "1",
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "系统维护通知",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -19,8 +19,32 @@
|
||||
"notice_title": "新功能发布",
|
||||
"notice_content": "<p>本次更新新增了工作流引擎、代码生成器等功能,欢迎体验!</p>",
|
||||
"notice_type": "2",
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "新功能发布",
|
||||
"tenant_id": 1
|
||||
},
|
||||
{
|
||||
"notice_title": "安全更新提醒",
|
||||
"notice_content": "<p>请所有用户尽快更新密码,建议使用至少8位包含大小写字母、数字和特殊字符的强密码。</p><p>更新方法:登录后进入「个人中心」->「修改密码」。</p>",
|
||||
"notice_type": "1",
|
||||
"status": 0,
|
||||
"description": "安全更新提醒",
|
||||
"tenant_id": 1
|
||||
},
|
||||
{
|
||||
"notice_title": "节假日值班安排",
|
||||
"notice_content": "<p>春节假期(2月10日-2月17日)期间系统值班安排如下:</p><p>联系电话:138-0000-0000</p><p>紧急问题请直接联系值班人员。</p>",
|
||||
"notice_type": "1",
|
||||
"status": 0,
|
||||
"description": "节假日值班通知",
|
||||
"tenant_id": 1
|
||||
},
|
||||
{
|
||||
"notice_title": "v2.0 版本升级公告",
|
||||
"notice_content": "<p>v2.0 大版本即将发布,主要更新:</p><ul><li>全新工作流引擎</li><li>AI助手集成</li><li>代码生成器增强</li><li>性能优化 30%</li></ul><p>升级时间另行通知。</p>",
|
||||
"notice_type": "2",
|
||||
"status": 0,
|
||||
"description": "v2.0 版本升级公告",
|
||||
"tenant_id": 1
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user