feat: 优化定时任务管理与日志体验

- 增加工作流选项、时间范围筛选和日志详情展示

- 支持可配置自动刷新、轻量局部更新与响应式布局
This commit is contained in:
2026-08-31 14:57:20 +08:00
parent 8c174e5c02
commit 155af9989c
9 changed files with 1533 additions and 133 deletions

View File

@@ -19,5 +19,6 @@
"workflow": "Workflow",
"beanMethod": "BeanMethod",
"javaMethod": "JavaMethod",
"example": "example"
"example": "example",
"triggerAccepted": "The job has been submitted"
}

View File

@@ -7,6 +7,37 @@
"jobResult": "JobResult",
"errorInfo": "ErrorInfo",
"status": "Status",
"jobInfo": "Job information",
"triggerSource": "Trigger source",
"timeField": "Fire time type",
"scheduledFireTime": "Scheduled fire time",
"actualFireTime": "Actual fire time",
"attemptCount": "Claim attempts",
"manual": "Manual",
"scheduled": "Scheduled",
"rangeStart": "Start time",
"rangeEnd": "End time",
"autoRefresh": "Auto refresh",
"refreshInterval": "Refresh interval",
"seconds": "s",
"manualRefresh": "Refresh now",
"refreshing": "Refreshing",
"updated": "updated",
"notRefreshed": "Waiting for refresh",
"historyPagePaused": "Paused on history page",
"refreshFailedPaused": "Refresh failed and paused",
"unknownStatus": "Unknown status",
"unknownSource": "Unknown source",
"executionWindow": "Execution window",
"executionSummary": "Execution summary",
"duration": "Duration",
"noExecutionOutput": "No execution output",
"detailTitle": "Execution details",
"executionNode": "Execution node",
"jobOptions": "Job option snapshot",
"copy": "Copy",
"copied": "Copied",
"copyFailed": "Copy failed; select the content manually",
"startTime": "StartTime",
"endTime": "EndTime",
"created": "Created",

View File

@@ -19,5 +19,6 @@
"workflow": "工作流",
"beanMethod": "bean方法",
"javaMethod": "java方法",
"example": "示例"
"example": "示例",
"triggerAccepted": "任务已提交执行"
}

View File

@@ -7,6 +7,37 @@
"jobResult": "执行结果",
"errorInfo": "错误信息",
"status": "执行状态",
"jobInfo": "任务信息",
"triggerSource": "触发来源",
"timeField": "触发时间类型",
"scheduledFireTime": "计划触发时间",
"actualFireTime": "实际触发时间",
"attemptCount": "认领次数",
"manual": "手动",
"scheduled": "计划",
"rangeStart": "开始时间",
"rangeEnd": "结束时间",
"autoRefresh": "自动刷新",
"refreshInterval": "刷新间隔",
"seconds": "秒",
"manualRefresh": "立即刷新",
"refreshing": "正在刷新",
"updated": "已更新",
"notRefreshed": "等待刷新",
"historyPagePaused": "历史页已暂停",
"refreshFailedPaused": "刷新失败,已暂停",
"unknownStatus": "未知状态",
"unknownSource": "未知来源",
"executionWindow": "执行窗口",
"executionSummary": "执行摘要",
"duration": "耗时",
"noExecutionOutput": "暂无执行输出",
"detailTitle": "执行详情",
"executionNode": "执行节点",
"jobOptions": "任务配置快照",
"copy": "复制",
"copied": "已复制",
"copyFailed": "复制失败,请手动选择内容",
"startTime": "开始时间",
"endTime": "结束时间",
"created": "创建时间",