refactor(ops): 简化自动刷新定时器逻辑

- 合并双定时器为单一倒计时定时器
- 倒计时归零时触发数据刷新
- 添加自定义时间范围的安全回退
This commit is contained in:
IanShaw027
2026-01-15 22:07:23 +08:00
parent a478822b8e
commit 8b95d16220
4 changed files with 44 additions and 24 deletions

View File

@@ -2048,6 +2048,7 @@ export default {
lastRun: '最近运行',
lastSuccess: '最近成功',
lastError: '最近错误',
result: '结果',
noData: '暂无数据',
loadingText: '加载中...',
ready: '就绪',