Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
66d432fb14

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-a4f6b05008e0a1f72ad425fca7eba335dc5f24fe
+ab11fe01d0c5e34fa0620633dd5849b78638c7e6

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

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

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,43 @@
 
 
 ---
 ---
 
 
+## v1.0.833 (2026-08-07)
+
+### 其他
+- design: 家庭FAB悬浮按钮重新设计 - 家庭图标 + 渐变光环 + 黄金分割定位
+- - 图标: 默认态显示家庭图标👨‍👩‍👧‍👦, 展开时渐变过渡为当前成员头像
+- - 效果: 暖橙渐变背景 + 双层光晕阴影 + 展开光环 + 呼吸脉冲动画
+- - 交互: 展开时弹性缩放(1.05), 头像淡入旋转过渡
+- 
+- - custom-tab-bar: 4 functional tabs + center star button + half-screen overlay
+- - utils/nav.js: unified navigation utility for auto switchTab/navigateTo
+- - health/index.vue: new health tab as closed-loop hub (测评/报告/打卡/饮食/运动)
+- - Replace all switchTab→dimension pages with nav.js (nativeTabs pattern removed)
+- - Move growth/index and profile/profile from subpackages to main package
+- - Teacher independent tabbar preserved (v-if='currentRole !== "teacher"')
+- 
+- - 5 dimension pages moved from tabbar to subpackages
+- - custom-tab-bar redesign with half-screen overlay
+- - Unified nav utility for switchTab/navigateTo routing
+- 
+- fix: 家庭FAB悬浮左缘中部 + 无家庭用户查询接口自动创建兜底
+- - 新增 UserService.ensureUserFamily 公开兜底入口
+- - UserController/FamilyUserController.getFamilyMembers 与 getVisibleMembers 在 familyId 为空时自动创建家庭
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 重构
+- restructure tabbar from 5-dim to 4-tab + center 5-dim launcher
+
+### 文档
+- add tabbar restructure implementation plan
+
+### 新功能
+- 添加饮食模块 AI 接口(食材识别+菜单生成)
+- 线上服务商品管理闭环 - 服务者/时段配置UI + nutritionist服务商类型
+
+
 ## v1.0.832 (2026-08-07)
 ## v1.0.832 (2026-08-07)
 
 
 ### 新功能
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 # 更新日志
 
 
-> 当前版本: v1.0.832
+> 当前版本: v1.0.833
 
 
 ## 历史版本
 ## 历史版本
 
 
@@ -8,6 +8,43 @@
 
 
 ---
 ---
 
 
+## v1.0.833 (2026-08-07)
+
+### 其他
+- design: 家庭FAB悬浮按钮重新设计 - 家庭图标 + 渐变光环 + 黄金分割定位
+- - 图标: 默认态显示家庭图标👨‍👩‍👧‍👦, 展开时渐变过渡为当前成员头像
+- - 效果: 暖橙渐变背景 + 双层光晕阴影 + 展开光环 + 呼吸脉冲动画
+- - 交互: 展开时弹性缩放(1.05), 头像淡入旋转过渡
+- 
+- - custom-tab-bar: 4 functional tabs + center star button + half-screen overlay
+- - utils/nav.js: unified navigation utility for auto switchTab/navigateTo
+- - health/index.vue: new health tab as closed-loop hub (测评/报告/打卡/饮食/运动)
+- - Replace all switchTab→dimension pages with nav.js (nativeTabs pattern removed)
+- - Move growth/index and profile/profile from subpackages to main package
+- - Teacher independent tabbar preserved (v-if='currentRole !== "teacher"')
+- 
+- - 5 dimension pages moved from tabbar to subpackages
+- - custom-tab-bar redesign with half-screen overlay
+- - Unified nav utility for switchTab/navigateTo routing
+- 
+- fix: 家庭FAB悬浮左缘中部 + 无家庭用户查询接口自动创建兜底
+- - 新增 UserService.ensureUserFamily 公开兜底入口
+- - UserController/FamilyUserController.getFamilyMembers 与 getVisibleMembers 在 familyId 为空时自动创建家庭
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 重构
+- restructure tabbar from 5-dim to 4-tab + center 5-dim launcher
+
+### 文档
+- add tabbar restructure implementation plan
+
+### 新功能
+- 添加饮食模块 AI 接口(食材识别+菜单生成)
+- 线上服务商品管理闭环 - 服务者/时段配置UI + nutritionist服务商类型
+
+
 ## v1.0.832 (2026-08-07)
 ## v1.0.832 (2026-08-07)
 
 
 ### 新功能
 ### 新功能