ソースを参照

chore: auto bump version and changelog [skip ci]

iwt 1 ヶ月 前
コミット
61767ab77f

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-9c7a7495cad123ac66315c296f9c65ea0f677bf4
+e0efee105ec2bcde9525ab76c53b63b13b3e686c

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.751",
+  "version": "1.0.752",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.751",
+      "version": "1.0.752",
       "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.752",
+  "version": "1.0.753",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,20 @@
 
 ---
 
+## v1.0.753 (2026-08-03)
+
+### Bug 修复
+- 修复 ArticleBookshelf relatedDimensions 数组拆分崩溃与 switchTab 非 TabBar 路由系统错误
+- FamilyRelationGraph 力导向模拟增加动能收敛检测, 布局稳定后自动停止避免永续占用主线程
+
+### 其他
+- - custom-tab-bar/index.vue: 富 tab 指向 wealth/index, tab 顺序对齐原生 tabBar, nativeTabPages 只含原生 tab 页
+- - login.vue / action / wisdom / index-home: 清理 stale nativeTabs 列表, 避免对非 tabBar 页面调用 switchTab 触发 routeDone 路由错误
+- - user-edit.vue: 规划师入驻提交后 redirectTo 分包页而非 switchTab
+- - utils/format.js + DimensionActivities.vue: 新增 iOS 安全 parseDate 统一日期解析
+- 
+
+
 ## v1.0.752 (2026-08-03)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.752
+> 当前版本: v1.0.753
 
 ## 历史版本
 
@@ -8,6 +8,20 @@
 
 ---
 
+## v1.0.753 (2026-08-03)
+
+### Bug 修复
+- 修复 ArticleBookshelf relatedDimensions 数组拆分崩溃与 switchTab 非 TabBar 路由系统错误
+- FamilyRelationGraph 力导向模拟增加动能收敛检测, 布局稳定后自动停止避免永续占用主线程
+
+### 其他
+- - custom-tab-bar/index.vue: 富 tab 指向 wealth/index, tab 顺序对齐原生 tabBar, nativeTabPages 只含原生 tab 页
+- - login.vue / action / wisdom / index-home: 清理 stale nativeTabs 列表, 避免对非 tabBar 页面调用 switchTab 触发 routeDone 路由错误
+- - user-edit.vue: 规划师入驻提交后 redirectTo 分包页而非 switchTab
+- - utils/format.js + DimensionActivities.vue: 新增 iOS 安全 parseDate 统一日期解析
+- 
+
+
 ## v1.0.752 (2026-08-03)
 
 ### Bug 修复