Ver código fonte

chore: auto bump version and changelog [skip ci]

iwt 1 semana atrás
pai
commit
476f04ae2d

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-9abfe21d8440c7c7497345148435a86775e83e8e
+f54f7b5767d3e6edb21318a88379ff7e20022bac

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

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

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

@@ -4,6 +4,20 @@
 
 ---
 
+## v1.0.1355 (2026-09-10)
+
+### 新功能
+- 舌诊迁移至 LangGraph(glm-5 视觉模型),废弃 Dify 舌诊
+
+### 其他
+- - llm/client: 新增 get_vision_llm() 复用网关 key,默认 glm-5(实测 MiniMax 后端 DNS 不可达)
+- - AiGateway: 新增 analyzeTongue(imageBase64) 调 LangGraph 舌诊
+- - AIService.sendTongueDiagnosis: 改走 AiGateway,删除 Dify 调用
+- - TongueDiagnosisService: parsePreview 读取 MultipartFile 转 base64
+- - application.yml: 删除 dify.tongue-api-key 配置
+- 
+
+
 ## v1.0.1354 (2026-09-10)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1354
+> 当前版本: v1.0.1355
 
 ## 历史版本
 
@@ -8,6 +8,20 @@
 
 ---
 
+## v1.0.1355 (2026-09-10)
+
+### 新功能
+- 舌诊迁移至 LangGraph(glm-5 视觉模型),废弃 Dify 舌诊
+
+### 其他
+- - llm/client: 新增 get_vision_llm() 复用网关 key,默认 glm-5(实测 MiniMax 后端 DNS 不可达)
+- - AiGateway: 新增 analyzeTongue(imageBase64) 调 LangGraph 舌诊
+- - AIService.sendTongueDiagnosis: 改走 AiGateway,删除 Dify 调用
+- - TongueDiagnosisService: parsePreview 读取 MultipartFile 转 base64
+- - application.yml: 删除 dify.tongue-api-key 配置
+- 
+
+
 ## v1.0.1354 (2026-09-10)
 
 ### Bug 修复