feat(schedule): move system jobs to DB-driven config and dashboard management

This commit is contained in:
liuwei
2026-04-16 14:54:23 +08:00
parent cb0d11e657
commit 66a9b7c4a3
10 changed files with 1147 additions and 208 deletions
+2 -1
View File
@@ -779,7 +779,8 @@
defaultPath: '/messages',
items: [
{ label: '消息列表', path: '/messages' },
{ label: '定时推送', path: '/message_push' }
{ label: '定时推送', path: '/message_push' },
{ label: '系统定时任务', path: '/system_jobs' }
]
},
{