修改并优化了一些功能及bug

This commit is contained in:
王利强
2026-05-14 13:45:46 +08:00
parent 805747d1d9
commit 2322fcf39a
51 changed files with 802 additions and 346 deletions

View File

@@ -7094,9 +7094,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "172.22.64.1,192.168.1.144,127.0.0.1";
const hosts = "172.29.160.1,192.168.1.144,127.0.0.1";
const port = "8090";
const id = "mp-weixin_6qfIum";
const id = "mp-weixin_h9Tzlz";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();