fix: 盯盘刷新间隔统一60s
This commit is contained in:
+2
-2
@@ -1655,8 +1655,8 @@ async function renderWatch() {
|
||||
}
|
||||
|
||||
el.innerHTML = html;
|
||||
// 自动刷新:每30秒
|
||||
watchTimer = setInterval(renderWatch, 30000);
|
||||
// 自动刷新:每60秒
|
||||
watchTimer = setInterval(renderWatch, 60000);
|
||||
} catch(e) {
|
||||
el.innerHTML = '<div class="p-6 text-red-400 text-sm">加载失败: ' + e.message + '</div>';
|
||||
watchTimer = setInterval(renderWatch, 60000);
|
||||
|
||||
Reference in New Issue
Block a user