This commit is contained in:
Your Name
2026-03-06 14:27:24 +08:00
parent 9a1b67ca18
commit 52bb80e2f1
134 changed files with 5337 additions and 401 deletions
+2 -2
View File
@@ -7149,9 +7149,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.19.102,127.0.0.1";
const hosts = "192.168.124.167,127.0.0.1";
const port = "8090";
const id = "mp-weixin__GLL47";
const id = "mp-weixin_f0meSk";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();