This commit is contained in:
pengxiaolong
2025-05-15 22:24:39 +08:00
parent 838cfd9986
commit 595c5329a0
44 changed files with 5142 additions and 81 deletions

View File

@@ -6870,7 +6870,7 @@ function populateParameters(fromRes, toRes) {
let _SDKVersion = SDKVersion;
const hostLanguage = (language || "").replace(/_/g, "-");
const parameters = {
appId: "",
appId: "__UNI__A6CDB98",
appName: "tk-mini-program",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -7019,7 +7019,7 @@ const getAppBaseInfo = {
hostName: _hostName,
hostSDKVersion: SDKVersion,
hostTheme: theme,
appId: "",
appId: "__UNI__A6CDB98",
appName: "tk-mini-program",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -7770,7 +7770,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.0.107,127.0.0.1";
const port = "8090";
const id = "mp-weixin_KIydzX";
const id = "mp-weixin_gcKgKG";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();