mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
15 lines
333 B
JSON
15 lines
333 B
JSON
[
|
|
{
|
|
"name": "默认SMTP",
|
|
"smtp_host": "smtp.example.com",
|
|
"smtp_port": 465,
|
|
"smtp_user": "noreply@fastapiadmin.com",
|
|
"smtp_password": "PLACEHOLDER_AES_ENCRYPTED",
|
|
"from_name": "FastapiAdmin",
|
|
"use_tls": true,
|
|
"is_default": true,
|
|
"timeout": 30,
|
|
"description": "平台默认SMTP配置"
|
|
}
|
|
]
|