This commit is contained in:
zw199166
2026-01-23 17:20:44 +08:00
parent 9f1fd3ffe0
commit 30d2ec5823
493 changed files with 45879 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
"use strict";
const common_vendor = require("../common/vendor.js");
const share = {
created() {
common_vendor.index.showShareMenu({
menus: ["shareAppMessage", "shareTimeline"]
});
}
};
exports.share = share;
//# sourceMappingURL=../../.sourcemap/mp-weixin/utils/share.js.map