11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 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