Parcourir la source

chore: auto bump version and changelog [skip ci]

iwt il y a 1 mois
Parent
commit
10b3b09923

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-6a676da8d5cb0b924f3bcce3fcdee90b6626e46b
+3fec8e09480504f6e5cdd6f757917c6055fd964f

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

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

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

@@ -4,6 +4,35 @@
 
 ---
 
+## v1.0.1065 (2026-08-15)
+
+### 新功能
+- 首页新增今日任务卡片 daily-task-card + 聚合接口封装
+- 新增今日任务聚合服务 DailyOverviewService + 只读接口 POST /api/daily-task/overview
+- 改版v1 B类轻问卷(F16) + 首页定向内容(F17)
+- 改版v1 问题域管理页 (W1)
+- 改版v1 管理端问题域CRUD (W1)
+
+### 其他
+- - daily-task-card.vue 自带 onShow 拉取刷新,四分组渲染 + 全部完成空态 + 失败重试
+- - index-home 挂载到 JourneyCard 与 WuxingSandbox 之间(登录态容器内,未登录不显示)
+- - 遵从小程序限制:无 ?. 可选链、:key 用方法调用
+- 
+- - DailyOverviewService 纯只读,复用现有 healthCheckin/financeCheckin/emotionCheckin/growthTask/task/articleReading/assessment/danReport 查询
+- - DailyTaskController memberId 回退链:请求体 memberId → currentMemberId
+- - 单元测试 DailyOverviewServiceTest + DailyTaskControllerTest(@SpringBootTest + @MockBean)
+- 
+- 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>
+- 
+
+
 ## v1.0.1064 (2026-08-15)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1064
+> 当前版本: v1.0.1065
 
 ## 历史版本
 
@@ -8,6 +8,35 @@
 
 ---
 
+## v1.0.1065 (2026-08-15)
+
+### 新功能
+- 首页新增今日任务卡片 daily-task-card + 聚合接口封装
+- 新增今日任务聚合服务 DailyOverviewService + 只读接口 POST /api/daily-task/overview
+- 改版v1 B类轻问卷(F16) + 首页定向内容(F17)
+- 改版v1 问题域管理页 (W1)
+- 改版v1 管理端问题域CRUD (W1)
+
+### 其他
+- - daily-task-card.vue 自带 onShow 拉取刷新,四分组渲染 + 全部完成空态 + 失败重试
+- - index-home 挂载到 JourneyCard 与 WuxingSandbox 之间(登录态容器内,未登录不显示)
+- - 遵从小程序限制:无 ?. 可选链、:key 用方法调用
+- 
+- - DailyOverviewService 纯只读,复用现有 healthCheckin/financeCheckin/emotionCheckin/growthTask/task/articleReading/assessment/danReport 查询
+- - DailyTaskController memberId 回退链:请求体 memberId → currentMemberId
+- - 单元测试 DailyOverviewServiceTest + DailyTaskControllerTest(@SpringBootTest + @MockBean)
+- 
+- 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>
+- 
+
+
 ## v1.0.1064 (2026-08-15)
 
 ### 文档