mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
- 修正 AI 会话表初始化及异步数据库 URI 处理 - 新增全局 API 与 WS 聊天限流,健康检查豁免 - 修复忘记密码接口防用户枚举与参数校验 - 修复 SSE 推送数据重复编码问题 - 修复 Cron 表达式 Quartz 问号兼容 - 修复存储模块权限标识前缀 - 新增过期日志清理与任务错误中文提示
13 lines
291 B
JSON
13 lines
291 B
JSON
[
|
|
{
|
|
"name": "本地上传目录",
|
|
"protocol": "local",
|
|
"host": "static/upload",
|
|
"port": 0,
|
|
"path_prefix": null,
|
|
"is_default": true,
|
|
"status": 0,
|
|
"description": "系统内置本地存储:backend/static/upload 目录(随应用启动自动创建)"
|
|
}
|
|
]
|