模型微调已经调通

增加了参数预览
This commit is contained in:
2026-01-28 10:31:09 +08:00
parent 8a638b6372
commit a560d24e2f
8 changed files with 898 additions and 96 deletions

View File

@@ -417,9 +417,9 @@
}
}
// 页面加载时获取监控数据,并每5秒刷新
// 页面加载时获取监控数据,并每30秒刷新
fetchSystemMetrics();
setInterval(fetchSystemMetrics, 5000);
setInterval(fetchSystemMetrics, 30000);
// 各功能模块的表格配置
const tableConfigs = {