Pārlūkot izejas kodu

chore: auto bump version and changelog [skip ci]

iwt 3 nedēļas atpakaļ
vecāks
revīzija
d6408ce5de

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8521180d9ceebdefc7e1ec36e373f54f55d6d055
+77bcb1c6b202d2928f1e1dc24f447ad2f7a68424

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

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

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

@@ -4,6 +4,39 @@
 
 ---
 
+## v1.0.1208 (2026-08-23)
+
+### 新功能
+- 管理端分配管理与停接开关页面
+- 健康教练欢迎语个性化与我的管家入口
+- 小程序管家选择页与接口封装
+- 健康教练graph按coach_id路由人格prompt
+- 健康教练对话注入教练人格标识
+- 管理端分配管理与停接开关接口
+- 邀请令牌复用同家庭有效令牌,组件邀请入口改跳成员管理页
+- includeFamily响应增加members字段,支持单次调用同时获取成员列表与家庭信息
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### Bug 修复
+- ensureFamily改为静默兜底,移除误导性的家庭创建成功提示
+- 家庭成员编辑页合并为单次member/list调用,移除onLoad前端建家庭逻辑
+- 登录成功时将familyId持久化到userInfo缓存,避免页面误判无家庭而重复创建
+
+
 ## v1.0.1207 (2026-08-23)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1207
+> 当前版本: v1.0.1208
 
 ## 历史版本
 
@@ -8,6 +8,39 @@
 
 ---
 
+## v1.0.1208 (2026-08-23)
+
+### 新功能
+- 管理端分配管理与停接开关页面
+- 健康教练欢迎语个性化与我的管家入口
+- 小程序管家选择页与接口封装
+- 健康教练graph按coach_id路由人格prompt
+- 健康教练对话注入教练人格标识
+- 管理端分配管理与停接开关接口
+- 邀请令牌复用同家庭有效令牌,组件邀请入口改跳成员管理页
+- includeFamily响应增加members字段,支持单次调用同时获取成员列表与家庭信息
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### Bug 修复
+- ensureFamily改为静默兜底,移除误导性的家庭创建成功提示
+- 家庭成员编辑页合并为单次member/list调用,移除onLoad前端建家庭逻辑
+- 登录成功时将familyId持久化到userInfo缓存,避免页面误判无家庭而重复创建
+
+
 ## v1.0.1207 (2026-08-23)
 
 ### 新功能