mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(notice): 添加系统通知初始数据及模型初始化
refactor(exceptions): 重构异常处理为统一注册函数
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"notice_title": "系统通知",
|
||||
"notice_type": "1",
|
||||
"notice_content": "维护通知:2025-10-01 fastapi_vue3_admin系统凌晨维护",
|
||||
"status": true,
|
||||
"description": "通知",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"notice_title": "系统公告",
|
||||
"notice_type": "2",
|
||||
"notice_content": "温馨提醒:2025-10-01 fastapi_vue3_admin新版本发布啦",
|
||||
"status": true,
|
||||
"description": "公告",
|
||||
"creator_id": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user