Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
1593c93cd8

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-9ab6fb85d05ee0c4fd5a95427c185944c316437e
+bf23a690e6da6adf9e9fe53036396f6b89d14dfc

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

@@ -1,12 +1,12 @@
 {
 {
   "name": "cfc-web",
   "name": "cfc-web",
-  "version": "1.0.1058",
+  "version": "1.0.1059",
   "lockfileVersion": 3,
   "lockfileVersion": 3,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "cfc-web",
       "name": "cfc-web",
-      "version": "1.0.1058",
+      "version": "1.0.1059",
       "dependencies": {
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "cfc-web",
   "name": "cfc-web",
-  "version": "1.0.1059",
+  "version": "1.0.1060",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {
     "dev": "vue-cli-service serve",
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,21 @@
 
 
 ---
 ---
 
 
+## v1.0.1060 (2026-08-15)
+
+### Bug 修复
+- health-plan-summary onShow函数体缺}闭合
+
+### 新功能
+- 报告审核确认时将食材推荐入库
+
+### 其他
+- - saveFoodSuitability() 将 FoodItem 写入 report_food_suitability 表
+- - 自动匹配 foodId(精确+模糊匹配 foods 表)
+- - schema.sql 同步 report_food_suitability 表定义
+- 
+
+
 ## v1.0.1059 (2026-08-15)
 ## v1.0.1059 (2026-08-15)
 
 
 ### Bug 修复
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 # 更新日志
 
 
-> 当前版本: v1.0.1059
+> 当前版本: v1.0.1060
 
 
 ## 历史版本
 ## 历史版本
 
 
@@ -8,6 +8,21 @@
 
 
 ---
 ---
 
 
+## v1.0.1060 (2026-08-15)
+
+### Bug 修复
+- health-plan-summary onShow函数体缺}闭合
+
+### 新功能
+- 报告审核确认时将食材推荐入库
+
+### 其他
+- - saveFoodSuitability() 将 FoodItem 写入 report_food_suitability 表
+- - 自动匹配 foodId(精确+模糊匹配 foods 表)
+- - schema.sql 同步 report_food_suitability 表定义
+- 
+
+
 ## v1.0.1059 (2026-08-15)
 ## v1.0.1059 (2026-08-15)
 
 
 ### Bug 修复
 ### Bug 修复