优化页面

This commit is contained in:
pengxiaolong
2025-06-19 22:27:00 +08:00
parent b73ddb0370
commit bcaa54bec8
115 changed files with 1273 additions and 353 deletions

View File

@@ -8010,9 +8010,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.0.116,127.0.0.1";
const hosts = "192.168.1.112,127.0.0.1";
const port = "8090";
const id = "mp-weixin_PIdUJZ";
const id = "mp-weixin_Hyt8Uj";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();