增加新功能

This commit is contained in:
hejiangming
2025-03-23 20:36:06 +08:00
parent 2ae62b59ed
commit 78270eeda0
184 changed files with 2690 additions and 1496 deletions
+8 -8
View File
@@ -6156,9 +6156,9 @@ function populateParameters(fromRes, toRes) {
appVersion: "1.0.1",
appVersionCode: "100",
appLanguage: getAppLanguage(hostLanguage),
uniCompileVersion: "4.55",
uniCompilerVersion: "4.55",
uniRuntimeVersion: "4.55",
uniCompileVersion: "4.56",
uniCompilerVersion: "4.56",
uniRuntimeVersion: "4.56",
uniPlatform: "mp-weixin",
deviceBrand,
deviceModel: model,
@@ -6307,9 +6307,9 @@ const getAppBaseInfo = {
appLanguage: getAppLanguage(hostLanguage),
isUniAppX: false,
uniPlatform: "mp-weixin",
uniCompileVersion: "4.55",
uniCompilerVersion: "4.55",
uniRuntimeVersion: "4.55"
uniCompileVersion: "4.56",
uniCompilerVersion: "4.56",
uniRuntimeVersion: "4.56"
};
extend(toRes, parameters);
}
@@ -7016,9 +7016,9 @@ function initOnError() {
};
}
function initRuntimeSocketService() {
const hosts = "192.168.0.111,127.0.0.1";
const hosts = "127.0.0.1,192.168.101.3";
const port = "8090";
const id = "mp-weixin_OjCIix";
const id = "mp-weixin_M_zJML";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();