适配小程序代码结构

This commit is contained in:
zhonghua1
2026-01-20 08:46:36 +08:00
parent 3b169467ac
commit 9c00db8ff5
615 changed files with 62726 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
"use strict";
function callCheckVersion() {
return new Promise((resolve, reject) => {
reject({
message: "请在App中使用"
});
});
}
exports.callCheckVersion = callCheckVersion;
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/uni_modules/uni-upgrade-center-app/utils/call-check-version.js.map