This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -6149,7 +6149,7 @@ function populateParameters(fromRes, toRes) {
let _SDKVersion = SDKVersion;
const hostLanguage = (language || "").replace(/_/g, "-");
const parameters = {
appId: "__UNI__1836EC9",
appId: "__UNI__83518F0",
appName: "JiaZhiQianYan",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -6298,7 +6298,7 @@ const getAppBaseInfo = {
hostName: _hostName,
hostSDKVersion: SDKVersion,
hostTheme: theme,
appId: "__UNI__1836EC9",
appId: "__UNI__83518F0",
appName: "JiaZhiQianYan",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -7051,9 +7051,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.28";
const hosts = "127.0.0.1,172.16.6.3,192.168.2.1,169.254.4.51";
const port = "8090";
const id = "mp-weixin_qiUVEc";
const id = "mp-weixin_ggk17t";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();