fix task article link drawer
Frontend CI / Frontend (push) Successful in 5m6s
Backend CI / Backend (push) Successful in 16m45s

This commit is contained in:
2026-05-14 21:14:27 +08:00
parent 34dda524d7
commit 765dae4bf1
15 changed files with 735 additions and 104 deletions
+2
View File
@@ -8,6 +8,8 @@ const generateStatusMap: Record<string, { label: string; color: string }> = {
generating: { label: 'status.generate.generating', color: 'processing' },
running: { label: 'status.generate.running', color: 'processing' },
completed: { label: 'status.generate.completed', color: 'success' },
partial_success: { label: 'status.generate.partial_success', color: 'warning' },
partial_completed: { label: 'status.generate.partial_completed', color: 'warning' },
failed: { label: 'status.generate.failed', color: 'error' },
}