mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor(backend): 重命名任务分组为任务存储器并更新相关数据 fix(backend): 修正用户服务中密码重置的参数名错误 feat(frontend): 添加字典数据清理功能并在用户登出时调用 style(frontend): 简化加载页面样式并更新favicon feat(frontend): 实现动态设置页面标题和图标功能 feat(frontend): 增强角色和用户管理界面的操作限制 feat(frontend): 优化任务管理界面,使用字典数据展示选项 refactor(frontend): 改进字典存储模块,增加数据校验和过滤
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "系统默认(无参)",
|
|
"func": "scheduler_test.job",
|
|
"trigger": "cron",
|
|
"args": null,
|
|
"kwargs": null,
|
|
"coalesce": false,
|
|
"max_instances": 1,
|
|
"jobstore": "default",
|
|
"executor": "default",
|
|
"trigger_args": "0 0 12 * * ?",
|
|
"start_date": null,
|
|
"end_date": null,
|
|
"status": false,
|
|
"message": null,
|
|
"description": null,
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "系统默认(有参)",
|
|
"func": "scheduler_test.job",
|
|
"trigger": "cron",
|
|
"args": "test",
|
|
"kwargs": null,
|
|
"coalesce": false,
|
|
"max_instances": 1,
|
|
"jobstore": "default",
|
|
"executor": "default",
|
|
"trigger_args": "0 0 12 * * ?",
|
|
"start_date": null,
|
|
"end_date": null,
|
|
"status": false,
|
|
"message": null,
|
|
"description": null,
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "系统默认(多参)",
|
|
"func": "scheduler_test.job",
|
|
"trigger": "cron",
|
|
"args": "new",
|
|
"kwargs": "{\"test\": 111}",
|
|
"coalesce": false,
|
|
"max_instances": 1,
|
|
"jobstore": "default",
|
|
"executor": "default",
|
|
"trigger_args": "0 0 12 * * ?",
|
|
"start_date": null,
|
|
"end_date": null,
|
|
"status": false,
|
|
"message": null,
|
|
"description": null,
|
|
"creator_id": 1
|
|
}
|
|
]
|