This commit is contained in:
zoujiandong
2025-08-03 16:29:54 +08:00
parent 43abd1f3d6
commit 6e320c3944
74 changed files with 1954 additions and 974 deletions
-2
View File
@@ -9,7 +9,6 @@ const videoImg = "/static/videoicon.png";
const voteImg = "/static/vote.png";
const voteOnImg = "/static/voteon.png";
const draftImg = "/static/draft.png";
const videoface = "/static/videoface.jpg";
const switchImg = "/static/switch.png";
const arrowrightImg = "/static/arrowright.png";
const caseImg = "/static/caseIcon.png";
@@ -72,7 +71,6 @@ exports.talk_on = talk_on;
exports.uploadImg = uploadImg;
exports.videoImg = videoImg$1;
exports.videoImg$1 = videoImg;
exports.videoface = videoface;
exports.voteImg = voteImg;
exports.voteOnImg = voteOnImg;
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/assets.js.map
+3 -1
View File
@@ -7319,7 +7319,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.100.165,127.0.0.1";
const port = "8090";
const id = "mp-weixin_PmN5zi";
const id = "mp-weixin_pETpDa";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();
@@ -16768,6 +16768,7 @@ exports.e = e;
exports.error = error;
exports.f = f;
exports.formValidate = formValidate;
exports.getCurrentInstance = getCurrentInstance;
exports.getProperty = getProperty;
exports.getPx = getPx;
exports.getWindowInfo = getWindowInfo;
@@ -16779,6 +16780,7 @@ exports.mixin = mixin;
exports.mixinUpload = mixinUpload;
exports.mpMixin = mpMixin;
exports.n = n;
exports.nextTick$1 = nextTick$1;
exports.o = o;
exports.onHide = onHide;
exports.onLaunch = onLaunch;