fix(status): 修复系统状态页面布局问题并添加刷新功能

This commit is contained in:
augushong
2026-01-22 23:49:06 +08:00
parent 3a4194d3e9
commit 3c0d39c4ce
3 changed files with 72 additions and 54 deletions

View File

@@ -34,6 +34,10 @@ $(function () {
layer.msg('复制失败,请手动复制', {icon: 2});
});
}
$('#refresh-btn').on('click', function () {
location.reload();
});
});
ua.listen();