暂存代码

This commit is contained in:
何江明
2025-05-23 18:03:45 +08:00
parent 8217069b9a
commit a2c87e47bf
313 changed files with 6157 additions and 1102 deletions
+5 -6
View File
@@ -76,17 +76,16 @@ if (!Math) {
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.o(_ctx.jumpMine),
b: common_vendor.p({
a: common_vendor.p({
src: "/static/common/left.png",
width: "18",
height: "20",
bgColor: "#f1f6ff00"
}),
c: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
d: common_vendor.t($props.leftTitle),
e: common_vendor.t($props.rightTitle),
f: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
b: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
c: common_vendor.t($props.leftTitle),
d: common_vendor.t($props.rightTitle),
e: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5be51a94"]]);