This commit is contained in:
qsc
2026-09-07 15:48:05 +08:00
parent 670164b804
commit 8e48869c6d
12 changed files with 52 additions and 33 deletions
+1 -2
View File
@@ -1101,9 +1101,8 @@ byId("refresh").addEventListener("click", async (event) => {
const control = event.currentTarget;
control.disabled = true;
try {
await bridge.apiPost("servers/refresh", {});
await loadData();
showToast("区服目录与页面数据已刷新");
showToast("页面数据已刷新");
} catch (error) {
showToast(error?.message || "刷新失败", true);
} finally {