소스 검색

chore: auto bump version and changelog [skip ci]

iwt 1 개월 전
부모
커밋
aa703b9e84
5개의 변경된 파일47개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 21 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 22 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-5fafb17b01a3cc9da7ab5467466da5eb30dd190f
+a61b1ae72a649c2f05193ebb2d5130c4cbb540a8

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

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

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

@@ -4,6 +4,27 @@
 
 ---
 
+## v1.0.876 (2026-08-08)
+
+### 文档
+- 更新 PROJECT-OVERVIEW v2.6 - TabBar 重构完成状态
+- 更新 TabBar 重构计划为 completed 状态 + 完成情况清单
+
+### 新功能
+- TabBar 重构 - 4Tabs(首页/健康/成长/我的) + 中间五维启动器 + 自定义TabBar
+
+### 其他
+- - 五维 index 页移入分包: mind→mind-detail, body→body-detail, wisdom→wisdom-detail, wealth分包
+- - 新建 custom-tab-bar: 4Tab + 中间⭐按钮 + 五维半屏浮层, 规划师5Tab不变
+- - 新建 pages/health/index.vue 健康Tab页(报告/测评/打卡概览)
+- - 增强 pages/growth/index.vue 为方案执行中心(待办/功能入口)
+- - 新建 utils/nav.js 统一导航工具
+- - 替换 switchTab 引用为 nav.goPage/navigateTo
+- - 活动推荐移至成长页, 健康页新增科普文章推荐
+- - profile 显示完整菜单(showServices=true)
+- 
+
+
 ## v1.0.875 (2026-08-08)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.875
+> 当前版本: v1.0.876
 
 ## 历史版本
 
@@ -8,6 +8,27 @@
 
 ---
 
+## v1.0.876 (2026-08-08)
+
+### 文档
+- 更新 PROJECT-OVERVIEW v2.6 - TabBar 重构完成状态
+- 更新 TabBar 重构计划为 completed 状态 + 完成情况清单
+
+### 新功能
+- TabBar 重构 - 4Tabs(首页/健康/成长/我的) + 中间五维启动器 + 自定义TabBar
+
+### 其他
+- - 五维 index 页移入分包: mind→mind-detail, body→body-detail, wisdom→wisdom-detail, wealth分包
+- - 新建 custom-tab-bar: 4Tab + 中间⭐按钮 + 五维半屏浮层, 规划师5Tab不变
+- - 新建 pages/health/index.vue 健康Tab页(报告/测评/打卡概览)
+- - 增强 pages/growth/index.vue 为方案执行中心(待办/功能入口)
+- - 新建 utils/nav.js 统一导航工具
+- - 替换 switchTab 引用为 nav.goPage/navigateTo
+- - 活动推荐移至成长页, 健康页新增科普文章推荐
+- - profile 显示完整菜单(showServices=true)
+- 
+
+
 ## v1.0.875 (2026-08-08)
 
 ### Bug 修复