mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-08 20:17:34 +08:00
tasks.json structured CRUD: add /webui/api/tasks and task editor controls in audit page
This commit is contained in:
@@ -27,6 +27,10 @@ const resources = {
|
||||
retryTask: 'Retry',
|
||||
completeTask: 'Complete',
|
||||
ignoreTask: 'Ignore',
|
||||
taskCrud: 'Task CRUD',
|
||||
createTask: 'Create',
|
||||
updateTask: 'Update',
|
||||
deleteTask: 'Delete',
|
||||
error: 'Error',
|
||||
noTaskAudit: 'No task audit records',
|
||||
selectTask: 'Select a task from the left list',
|
||||
@@ -188,6 +192,10 @@ const resources = {
|
||||
retryTask: '重试',
|
||||
completeTask: '完成',
|
||||
ignoreTask: '忽略',
|
||||
taskCrud: '任务 CRUD',
|
||||
createTask: '新建',
|
||||
updateTask: '更新',
|
||||
deleteTask: '删除',
|
||||
error: '错误',
|
||||
noTaskAudit: '暂无任务审计记录',
|
||||
selectTask: '请从左侧选择任务',
|
||||
|
||||
Reference in New Issue
Block a user