feat: expand scheduling, notifications, and queue runtime

- add scheduled task plumbing across backend core, CLI, and frontend surfaces

- add frontend notification UI and keep service pages using the repaired shared stylesheet

- refactor code queue runtime and update baidu netdisk/service integration docs
This commit is contained in:
Codex
2026-05-13 08:43:43 +00:00
parent 6a04144d3f
commit a242e3e3ec
45 changed files with 10421 additions and 6494 deletions
+1
View File
@@ -301,6 +301,7 @@ const LAYOUT_OVERFLOW_PAGE_TEST_IDS: Record<string, string> = {
"/nodes/gateway/": "gateway-version-page",
"/tasks/pending/": "pending-task-page",
"/tasks/history/": "task-history-page",
"/tasks/scheduled/": "scheduled-task-page",
"/app/catalog/": "microservice-catalog-page",
"/app/todo-note/": "todo-note-page",
"/app/findjob/": "findjob-page",