@@ -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 @@
-8cd80dad3bbc39c3f95e940799f87bcf1991764b
+2a52a6a5d95434f304c5a5b856d738a10065bd16
@@ -1,12 +1,12 @@
{
"name": "cfc-web",
- "version": "1.0.1151",
+ "version": "1.0.1152",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
@@ -1,6 +1,6 @@
- "version": "1.0.1152",
+ "version": "1.0.1153",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
@@ -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 修复
# 更新日志
-> 当前版本: v1.0.1152
+> 当前版本: v1.0.1153
## 历史版本
@@ -8,6 +8,19 @@