Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
458a9b190f
4 changed files with 29 additions and 3 deletions
  1. 1 1
      cfc-web/.last_build_commit
  2. 1 1
      cfc-web/package.json
  3. 13 0
      cfc-web/public/CHANGELOG-v1.0.md
  4. 14 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-d2af00c294224de8131cc2c4369ccd1327016db6
+770f2686b06953b7541b627eee4c72ea29f28a69

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1020",
+  "version": "1.0.1021",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 13 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.1021 (2026-08-13)
+
+### 新功能
+- 结算页支持CF值直接兑换优惠券
+
+### 其他
+- - CouponService.listUnownedExchangeable:查用户未拥有的有效兑换券
+- - checkout.vue:加载CF余额+可兑换券,兑换按钮直接调exchangeCouponByCf
+- - 兑换成功后自动移入已拥有列表,刷新余额
+- - 产品详情页已有CF值提示(pointsMultiplier>1时)
+- 
+
+
 ## v1.0.1020 (2026-08-13)
 
 ### 新功能

+ 14 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1020
+> 当前版本: v1.0.1021
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.1021 (2026-08-13)
+
+### 新功能
+- 结算页支持CF值直接兑换优惠券
+
+### 其他
+- - CouponService.listUnownedExchangeable:查用户未拥有的有效兑换券
+- - checkout.vue:加载CF余额+可兑换券,兑换按钮直接调exchangeCouponByCf
+- - 兑换成功后自动移入已拥有列表,刷新余额
+- - 产品详情页已有CF值提示(pointsMultiplier>1时)
+- 
+
+
 ## v1.0.1020 (2026-08-13)
 
 ### 新功能