Browse Source

chore: auto bump version and changelog [skip ci]

iwt 2 ngày trước cách đây
mục cha
commit
5db7d478e5

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-7d94bb2f1096bbc8ede559240fdfedf33a9561d2
+1eadcdaebfdb5718d6bafef6efccf555f6043689

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

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

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

@@ -4,6 +4,14 @@
 
 ---
 
+## v1.0.1464 (2026-09-23)
+
+### Bug 修复
+- member-detail-sections navigation - wisdom-section routes to /pages/assessment/results; mind-section routes to /pages/action-detail/contact-detail (both previously pointed to non-existent pages)
+- nav.js goDimension removed broken mind/body/wisdom mappings; login.vue tabBarPages removed non-existent /pages/mind/index /pages/body/index /pages/wisdom/index entries
+- energy goDimension switch fallthrough - add break statements after each case so each dimension navigates to its correct page instead of always going to wealth
+
+
 ## v1.0.1463 (2026-09-23)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1463
+> 当前版本: v1.0.1464
 
 ## 历史版本
 
@@ -8,6 +8,14 @@
 
 ---
 
+## v1.0.1464 (2026-09-23)
+
+### Bug 修复
+- member-detail-sections navigation - wisdom-section routes to /pages/assessment/results; mind-section routes to /pages/action-detail/contact-detail (both previously pointed to non-existent pages)
+- nav.js goDimension removed broken mind/body/wisdom mappings; login.vue tabBarPages removed non-existent /pages/mind/index /pages/body/index /pages/wisdom/index entries
+- energy goDimension switch fallthrough - add break statements after each case so each dimension navigates to its correct page instead of always going to wealth
+
+
 ## v1.0.1463 (2026-09-23)
 
 ### 新功能