This commit is contained in:
2025-11-24 16:01:45 +08:00
parent aa160793e7
commit 46c975591b
45 changed files with 1311 additions and 559 deletions

View File

@@ -7046,9 +7046,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.124.114,127.0.0.1";
const hosts = "10.87.64.114,127.0.0.1";
const port = "8090";
const id = "mp-weixin_rbm27H";
const id = "mp-weixin_RXuSqC";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();