Files
FastapiAdmin/backend/app/scripts/data/system_config.json
T
zhangtao 00b7fe54ba feat: 添加任务管理和字典管理功能,优化系统配置和代码结构
本次提交主要包含以下变更:
1. 新增任务管理模块,支持定时任务的创建、更新、删除和状态管理
2. 新增字典管理模块,用于维护系统中常用的固定数据
3. 优化系统配置,移除Celery,改用APScheduler进行任务调度
4. 修复部分前端组件的样式问题,统一输入框宽度
5. 更新文档和相关图片资源,完善系统功能描述

这些变更旨在增强系统的可维护性和功能性,提供更灵活的任务调度机制和更便捷的字典数据管理方式。
2025-04-12 06:43:27 +08:00

18 lines
808 B
JSON

[
{
"id": 1,
"title": "FastAPI Vue Admin",
"favicon": "http://localhost:8000/api/v1/static/image/favicon.ico",
"logo": "http://localhost:8000/api/v1/static/image/logo.png",
"background": "http://localhost:8000/api/v1/static/image/background.png",
"description": "FastAPI Vue Admin 是完全开源的权限管理系统",
"copyright": "Copyright © 2021-2025 fastapi-vue-admin.com 版权所有",
"keep_record": "晋ICP备18005113号-3",
"help_url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git",
"privacy_url": "https://gitee.com/tao__tao/fastapi_vue3_admin/blob/master/LICENSE",
"clause_url": "https://gitee.com/tao__tao/fastapi_vue3_admin/blob/master/LICENSE",
"code_url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git",
"creator_id": 1
}
]