Jelajahi Sumber

chore: auto bump version and changelog [skip ci]

iwt 1 bulan lalu
induk
melakukan
f3e55fdb17

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8ddabfc78a24ef0580424b9f6cd0e52557870fb6
+b1c2966cf3cdac3c9cd65eab78230465382f3fcb

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.754",
+  "version": "1.0.755",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.754",
+      "version": "1.0.755",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,23 @@
 
 ---
 
+## v1.0.756 (2026-08-03)
+
+### 样式
+- 重绘「身」TabBar 底签哑铃图标, 更新浠艾福项目总体介绍 pptx; gitignore 排除 .codegraph
+
+### Bug 修复
+- 迁移148 payment_orders.user_coupon_id 兜底添加
+
+### 其他
+- Unknown column 'user_coupon_id' in 'field list':entity PaymentOrder
+- 已声明 userCouponId 但部分库建表时缺失该列。
+- 使用 ensureColumn 幂等添加。本地 MariaDB 与新 MySQL 8 远端已
+- 有此列,迁移对它们为 no-op。schema.sql 已含 user_coupon_id,
+- 无需同步。
+- 
+
+
 ## v1.0.755 (2026-08-03)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.755
+> 当前版本: v1.0.756
 
 ## 历史版本
 
@@ -8,6 +8,23 @@
 
 ---
 
+## v1.0.756 (2026-08-03)
+
+### 样式
+- 重绘「身」TabBar 底签哑铃图标, 更新浠艾福项目总体介绍 pptx; gitignore 排除 .codegraph
+
+### Bug 修复
+- 迁移148 payment_orders.user_coupon_id 兜底添加
+
+### 其他
+- Unknown column 'user_coupon_id' in 'field list':entity PaymentOrder
+- 已声明 userCouponId 但部分库建表时缺失该列。
+- 使用 ensureColumn 幂等添加。本地 MariaDB 与新 MySQL 8 远端已
+- 有此列,迁移对它们为 no-op。schema.sql 已含 user_coupon_id,
+- 无需同步。
+- 
+
+
 ## v1.0.755 (2026-08-03)
 
 ### Bug 修复