2026.3.27

按照群里发的修改意见已修改
This commit is contained in:
2026-03-27 16:01:49 +08:00
parent 925e9f1876
commit 6244c7ac0a
107 changed files with 1508 additions and 679 deletions
+2 -2
View File
@@ -7150,9 +7150,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.159.1,192.168.100.1,192.168.0.112,127.0.0.1";
const hosts = "192.168.159.1,192.168.100.1,192.168.0.108,127.0.0.1";
const port = "8090";
const id = "mp-weixin_kW2ADS";
const id = "mp-weixin_2LV981";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();