style:修改页面样式

This commit is contained in:
2025-07-25 14:39:34 +08:00
parent 6494721f81
commit 45f80e469a
21 changed files with 1237 additions and 1375 deletions
+2 -2
View File
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.10.112,127.0.0.1";
const hosts = "192.168.10.13,127.0.0.1";
const port = "8090";
const id = "mp-weixin_HqxvGq";
const id = "mp-weixin_4_oLdt";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();