This commit is contained in:
pengxiaolong
2025-05-13 16:03:28 +08:00
parent c45c7c4de1
commit 37da6765b8
15 changed files with 281 additions and 242 deletions

View File

@@ -6973,9 +6973,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.0.105,127.0.0.1";
const hosts = "192.168.0.107,127.0.0.1";
const port = "8090";
const id = "mp-weixin_xtn-7C";
const id = "mp-weixin_4sXeA4";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();