Selaa lähdekoodia

chore: auto bump version and changelog [skip ci]

iwt 1 kuukausi sitten
vanhempi
sitoutus
f628c37474

+ 1 - 0
cfc-backend/src/main/java/com/etotem/cfc/controller/mind/EmotionCheckinController.java

@@ -13,6 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
 import javax.annotation.Resource;
+import java.util.List;
 import java.util.Map;
 import com.etotem.cfc.util.ParamUtils;
 

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8cd80dad3bbc39c3f95e940799f87bcf1991764b
+2a52a6a5d95434f304c5a5b856d738a10065bd16

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

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

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

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.1153 (2026-08-19)
+
+### 新功能
+- 照片自动情绪识别 — Dify AI 图像分析 + 前端接入
+
+### 其他
+- - AIService.sendEmotionRecognition(): 调用 Dify 情绪识别 Workflow,支持 mock 兜底
+- - EmotionCheckinService.analyzeEmotionFromImage(): 解析结构化情绪列表
+- - EmotionCheckinController: 新增 POST /api/mind/checkin/emotion/recognize
+- - application.yml: 新增 dify.emotion-api-key 配置项
+- 
+
+
 ## v1.0.1152 (2026-08-19)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1152
+> 当前版本: v1.0.1153
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.1153 (2026-08-19)
+
+### 新功能
+- 照片自动情绪识别 — Dify AI 图像分析 + 前端接入
+
+### 其他
+- - AIService.sendEmotionRecognition(): 调用 Dify 情绪识别 Workflow,支持 mock 兜底
+- - EmotionCheckinService.analyzeEmotionFromImage(): 解析结构化情绪列表
+- - EmotionCheckinController: 新增 POST /api/mind/checkin/emotion/recognize
+- - application.yml: 新增 dify.emotion-api-key 配置项
+- 
+
+
 ## v1.0.1152 (2026-08-19)
 
 ### Bug 修复