|
|
@@ -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)
|
|
|
|
|
|
### 新功能
|