This commit is contained in:
pengxiaolong
2025-07-18 13:06:06 +08:00
parent 6dec463705
commit 31527ba8a6
1853 changed files with 65500 additions and 98288 deletions

View File

@@ -44,9 +44,9 @@ const _sfc_main = {
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.o$1((...args) => $options.onBack && $options.onBack(...args)),
a: common_vendor.o((...args) => $options.onBack && $options.onBack(...args)),
b: common_vendor.t($data.content),
c: common_vendor.o$1((...args) => $options.handleCopy && $options.handleCopy(...args))
c: common_vendor.o((...args) => $options.handleCopy && $options.handleCopy(...args))
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2f1f017b"]]);