12.25 UI调整

This commit is contained in:
尚政杰
2025-12-25 16:07:01 +08:00
parent e24b4000fb
commit 091c1372fd
52 changed files with 350 additions and 328 deletions

View File

@@ -7051,9 +7051,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.86,169.254.44.95";
const hosts = "127.0.0.1,192.168.2.86";
const port = "8090";
const id = "mp-weixin_IV83eD";
const id = "mp-weixin_BESV4u";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();