Skip to content

Commit

Permalink
6.1.115
Browse files Browse the repository at this point in the history
🐞 修正
一些問題
  • Loading branch information
yayacat committed Aug 7, 2024
1 parent e44c2fa commit 06646c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TREM.Electron/js/earthquake.js
Original file line number Diff line number Diff line change
Expand Up @@ -1638,9 +1638,12 @@ async function init() {
});
});

ipcRenderer.send("config:value", "accept.eew.CWA", setting["accept.eew.CWB"]);
ipcRenderer.send("config:value", "report.onlycwachangeView", setting["report.onlycwbchangeView"]);
ipcRenderer.send("config:value", "intensity.cwa", setting["intensity.cwb"]);
if (localStorage.cwb_to_cwa == undefined) {
localStorage.cwb_to_cwa = true;
ipcRenderer.send("config:value", "accept.eew.CWA", setting["accept.eew.CWB"]);
ipcRenderer.send("config:value", "report.onlycwachangeView", setting["report.onlycwbchangeView"]);
ipcRenderer.send("config:value", "intensity.cwa", setting["intensity.cwb"]);
}

globalgc();
}
Expand Down
Binary file modified TREM.Electron/js/linux_arm64_server.jar
Binary file not shown.
Binary file modified TREM.Electron/js/linux_x64_server.jar
Binary file not shown.
Binary file modified TREM.Electron/js/macos_arm64_server.jar
Binary file not shown.
Binary file modified TREM.Electron/js/macos_x64_server.jar
Binary file not shown.
Binary file modified TREM.Electron/js/winserver.jar
Binary file not shown.

0 comments on commit 06646c3

Please sign in to comment.