2025/2/8第一次更新

This commit is contained in:
爱吃咸鱼小猫咪
2025-02-08 18:50:38 +08:00
commit d7af560866
26519 changed files with 5046029 additions and 0 deletions
@@ -0,0 +1,43 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
name: "fui-parse-group",
emits: ["atap", "preview"],
provide() {
return {
parsegroup: this
};
},
props: {
imgPreview: {
type: Boolean,
default: true
},
thBgcolor: {
type: Boolean,
default: true
}
},
data() {
const pageNodeKey = `fui_parse_${Math.ceil(Math.random() * 1e6).toString(36)}`;
return {
pageNodeKey
};
},
methods: {
onATap(href) {
this.$emit("atap", href);
},
previewImage(src, imageUrls) {
this.$emit("preview", {
src,
imageUrls
});
}
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a3d2dfb4"]]);
wx.createComponent(Component);
@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}
@@ -0,0 +1 @@
<view class="{{['fui-parse__group', 'data-v-a3d2dfb4', virtualHostClass]}}" style="{{virtualHostStyle}}"><slot></slot></view>
@@ -0,0 +1,4 @@
.fui-parse__group.data-v-a3d2dfb4 {
width: 100%;
}