mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-07 23:07:30 +08:00
daily summary ui/api: add task daily summary endpoint and dashboard card in task audit
This commit is contained in:
@@ -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: '请从左侧选择任务',
|
||||
|
||||
Reference in New Issue
Block a user