task audit UX: add daily summary date switch + export and summary API support

This commit is contained in:
DBT
2026-02-28 08:13:49 +00:00
parent 31301ee72e
commit ab46c9683b
2 changed files with 24 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ const resources = {
createTask: 'Create',
updateTask: 'Update',
deleteTask: 'Delete',
export: 'Export',
dailySummary: 'Daily Summary',
noDailySummary: 'No autonomy daily summary yet.',
error: 'Error',
@@ -198,6 +199,7 @@ const resources = {
createTask: '新建',
updateTask: '更新',
deleteTask: '删除',
export: '导出',
dailySummary: '日报摘要',
noDailySummary: '暂无自治日报。',
error: '错误',