@uxda/appkit 4.1.48 → 4.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3476,6 +3476,10 @@ var script$m = /* @__PURE__ */ defineComponent({
3476
3476
  {
3477
3477
  label: "\u5151\u6362",
3478
3478
  value: "exchange"
3479
+ },
3480
+ {
3481
+ label: "\u8FD4\u4F63",
3482
+ value: "rebate"
3479
3483
  }
3480
3484
  ]
3481
3485
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.1.48",
3
+ "version": "4.1.50",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -71,6 +71,10 @@ const filterSections = ref<FilterSecion[]>([
71
71
  {
72
72
  label: '兑换',
73
73
  value: 'exchange'
74
+ },
75
+ {
76
+ label: '返佣',
77
+ value: 'rebate'
74
78
  }
75
79
  ]
76
80
  },