daily summary ui/api: add task daily summary endpoint and dashboard card in task audit

This commit is contained in:
DBT
2026-02-28 08:08:17 +00:00
parent 6ce05ee8fd
commit 31301ee72e
3 changed files with 50 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ const resources = {
createTask: 'Create',
updateTask: 'Update',
deleteTask: 'Delete',
dailySummary: 'Daily Summary',
noDailySummary: 'No autonomy daily summary yet.',
error: 'Error',
noTaskAudit: 'No task audit records',
selectTask: 'Select a task from the left list',
@@ -196,6 +198,8 @@ const resources = {
createTask: '新建',
updateTask: '更新',
deleteTask: '删除',
dailySummary: '日报摘要',
noDailySummary: '暂无自治日报。',
error: '错误',
noTaskAudit: '暂无任务审计记录',
selectTask: '请从左侧选择任务',