Răsfoiți Sursa

chore: auto bump version and changelog [skip ci]

iwt 6 zile în urmă
părinte
comite
b5c9738d34

+ 5 - 0
cfc-backend/src/main/java/com/etotem/cfc/dto/IngredientRecommendation.java

@@ -9,4 +9,9 @@ public class IngredientRecommendation {
     private String reason;
     private Integer score;
     private String category;
+    // 均衡化新增字段
+    private Integer caloriesPer100g;
+    private Integer cookingLevel;    // 1=快手, 2=中等, 3=耗时
+    private Integer nutritionScore;  // 营养密度分 0-100
+    private String balanceReason;    // 推荐理由如"快手·高营养·菌属推荐"
 }

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-9b9116845dfbabc1002c49ba72dc61daf92503a0
+73f27da9119f68bcf8b487ddfdff7af8bb76a5a8

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

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

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

@@ -4,6 +4,24 @@
 
 ---
 
+## v1.0.1391 (2026-09-13)
+
+### 新功能
+- 启用 Spring Cache + RedisCacheManager,缓存系统配置与营养分类/品牌列表
+- 商品类目分级与会员级别可见性(min_visible_level/level_order/shop_categories),管理端同步支持
+
+### 文档
+- 报告快速分析扩展实现计划
+
+### 重构
+- 多页面 v-for :key 统一改为索引绑定,删除冗余 getXxxKey 方法
+
+### Bug 修复
+- 菌群报告详情补齐未呈现数据(性别/年龄/AI解读)并统一手风琴统计口径
+- 报告上传从聊天选取支持图片/文件二选一,避免 type=all 默认停在图片 tab
+- 修复共餐配置页 script 结构损坏导致的编译失败(重复 onLoad、tipText 逃逸出 methods、括号错乱)
+
+
 ## v1.0.1390 (2026-09-13)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1390
+> 当前版本: v1.0.1391
 
 ## 历史版本
 
@@ -8,6 +8,24 @@
 
 ---
 
+## v1.0.1391 (2026-09-13)
+
+### 新功能
+- 启用 Spring Cache + RedisCacheManager,缓存系统配置与营养分类/品牌列表
+- 商品类目分级与会员级别可见性(min_visible_level/level_order/shop_categories),管理端同步支持
+
+### 文档
+- 报告快速分析扩展实现计划
+
+### 重构
+- 多页面 v-for :key 统一改为索引绑定,删除冗余 getXxxKey 方法
+
+### Bug 修复
+- 菌群报告详情补齐未呈现数据(性别/年龄/AI解读)并统一手风琴统计口径
+- 报告上传从聊天选取支持图片/文件二选一,避免 type=all 默认停在图片 tab
+- 修复共餐配置页 script 结构损坏导致的编译失败(重复 onLoad、tipText 逃逸出 methods、括号错乱)
+
+
 ## v1.0.1390 (2026-09-13)
 
 ### 新功能