This commit is contained in:
zoujiandong
2025-07-30 13:43:14 +08:00
parent 4ca1b9cf42
commit afc79a0f26
405 changed files with 765 additions and 27730 deletions
+4
View File
@@ -7,7 +7,9 @@ const photoImg = "/static/photo.png";
const addImg = "/static/add.png";
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";
@@ -70,5 +72,7 @@ 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
+95 -89
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_i5is0s";
const id = "mp-weixin_PmN5zi";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();
@@ -8288,6 +8288,11 @@ const onLoad = /* @__PURE__ */ createLifeCycleHook(
2
/* HookFlags.PAGE */
);
const onReady = /* @__PURE__ */ createLifeCycleHook(
ON_READY,
2
/* HookFlags.PAGE */
);
const defineMixin = (options) => {
return options;
};
@@ -16178,6 +16183,89 @@ const props$b = defineMixin({
}
});
const props$a = defineMixin({
props: {
// 是否显示组件
show: {
type: Boolean,
default: () => props$B.loadingIcon.show
},
// 颜色
color: {
type: String,
default: () => props$B.loadingIcon.color
},
// 提示文字颜色
textColor: {
type: String,
default: () => props$B.loadingIcon.textColor
},
// 文字和图标是否垂直排列
vertical: {
type: Boolean,
default: () => props$B.loadingIcon.vertical
},
// 模式选择,circle-圆形,spinner-花朵形,semicircle-半圆形
mode: {
type: String,
default: () => props$B.loadingIcon.mode
},
// 图标大小,单位默认px
size: {
type: [String, Number],
default: () => props$B.loadingIcon.size
},
// 文字大小
textSize: {
type: [String, Number],
default: () => props$B.loadingIcon.textSize
},
// 文字内容
text: {
type: [String, Number],
default: () => props$B.loadingIcon.text
},
// 动画模式
timingFunction: {
type: String,
default: () => props$B.loadingIcon.timingFunction
},
// 动画执行周期时间
duration: {
type: [String, Number],
default: () => props$B.loadingIcon.duration
},
// mode=circle时的暗边颜色
inactiveColor: {
type: String,
default: () => props$B.loadingIcon.inactiveColor
}
}
});
const props$9 = defineMixin({
props: {
// 背景颜色(默认transparent
bgColor: {
type: String,
default: () => props$B.gap.bgColor
},
// 分割槽高度,单位px(默认30)
height: {
type: [String, Number],
default: () => props$B.gap.height
},
// 与上一个组件的距离
marginTop: {
type: [String, Number],
default: () => props$B.gap.marginTop
},
// 与下一个组件的距离
marginBottom: {
type: [String, Number],
default: () => props$B.gap.marginBottom
}
}
});
const props$8 = defineMixin({
props: {
bgColor: {
type: String,
@@ -16185,10 +16273,10 @@ const props$a = defineMixin({
}
}
});
const props$9 = defineMixin({
const props$7 = defineMixin({
props: {}
});
const props$8 = defineMixin({
const props$6 = defineMixin({
props: {
// 是否展示组件
show: {
@@ -16270,7 +16358,7 @@ const transitionMixin = {
}
}
};
const props$7 = defineMixin({
const props$5 = defineMixin({
props: {
// 主题颜色
type: {
@@ -16459,7 +16547,7 @@ const value = {
}
}
};
const props$6 = defineMixin({
const props$4 = defineMixin({
props: {
// 分组标题
title: {
@@ -16473,7 +16561,7 @@ const props$6 = defineMixin({
}
}
});
const props$5 = defineMixin({
const props$3 = defineMixin({
props: {
color: {
type: String,
@@ -16506,89 +16594,6 @@ const props$5 = defineMixin({
}
}
});
const props$4 = defineMixin({
props: {
// 是否显示组件
show: {
type: Boolean,
default: () => props$B.loadingIcon.show
},
// 颜色
color: {
type: String,
default: () => props$B.loadingIcon.color
},
// 提示文字颜色
textColor: {
type: String,
default: () => props$B.loadingIcon.textColor
},
// 文字和图标是否垂直排列
vertical: {
type: Boolean,
default: () => props$B.loadingIcon.vertical
},
// 模式选择,circle-圆形,spinner-花朵形,semicircle-半圆形
mode: {
type: String,
default: () => props$B.loadingIcon.mode
},
// 图标大小,单位默认px
size: {
type: [String, Number],
default: () => props$B.loadingIcon.size
},
// 文字大小
textSize: {
type: [String, Number],
default: () => props$B.loadingIcon.textSize
},
// 文字内容
text: {
type: [String, Number],
default: () => props$B.loadingIcon.text
},
// 动画模式
timingFunction: {
type: String,
default: () => props$B.loadingIcon.timingFunction
},
// 动画执行周期时间
duration: {
type: [String, Number],
default: () => props$B.loadingIcon.duration
},
// mode=circle时的暗边颜色
inactiveColor: {
type: String,
default: () => props$B.loadingIcon.inactiveColor
}
}
});
const props$3 = defineMixin({
props: {
// 背景颜色(默认transparent
bgColor: {
type: String,
default: () => props$B.gap.bgColor
},
// 分割槽高度,单位px(默认30)
height: {
type: [String, Number],
default: () => props$B.gap.height
},
// 与上一个组件的距离
marginTop: {
type: [String, Number],
default: () => props$B.gap.marginTop
},
// 与下一个组件的距离
marginBottom: {
type: [String, Number],
default: () => props$B.gap.marginBottom
}
}
});
const props$2 = defineMixin({
props: {
// 是否显示圆点
@@ -16779,6 +16784,7 @@ exports.onHide = onHide;
exports.onLaunch = onLaunch;
exports.onLoad = onLoad;
exports.onMounted = onMounted;
exports.onReady = onReady;
exports.onShow = onShow;
exports.openType = openType;
exports.os = os;