Przeglądaj źródła

chore: auto bump version and changelog [skip ci]

iwt 3 tygodni temu
rodzic
commit
f33de7f2d6

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-c8ece43ebb56699a69b0e4a50f484cffa56ac3a5
+3c072274d4797d6768b18ac16561d1ffc5d2598f

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

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

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

@@ -4,6 +4,26 @@
 
 ---
 
+## v1.0.1237 (2026-08-28)
+
+### Bug 修复
+- 修复最终审查3处Minor偏差(副标题人数/nav-icon-wrap重复/status-accepted暖蓝)
+- 移除食谱页未使用的 iconCls 死代码
+- 生成食谱按钮文字改白色(修复样式覆盖冲突)
+
+### 新功能
+- 食谱推荐页暖灶主题美化
+- 共餐配置页暖灶主题美化
+- 饮食首页菜篮/导航/趋势暖灶主题化
+- 饮食首页今日餐桌主视觉(暖灶主题)
+- add scrollbar to rich editor text containers
+
+### 文档
+- 共餐食谱美化实现计划(暖灶主题)
+- 共餐食谱设计文档自检修正(数据一致性/确定性)
+- 共餐&食谱页面美化设计文档(暖灶·家的味道)
+
+
 ## v1.0.1236 (2026-08-28)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1236
+> 当前版本: v1.0.1237
 
 ## 历史版本
 
@@ -8,6 +8,26 @@
 
 ---
 
+## v1.0.1237 (2026-08-28)
+
+### Bug 修复
+- 修复最终审查3处Minor偏差(副标题人数/nav-icon-wrap重复/status-accepted暖蓝)
+- 移除食谱页未使用的 iconCls 死代码
+- 生成食谱按钮文字改白色(修复样式覆盖冲突)
+
+### 新功能
+- 食谱推荐页暖灶主题美化
+- 共餐配置页暖灶主题美化
+- 饮食首页菜篮/导航/趋势暖灶主题化
+- 饮食首页今日餐桌主视觉(暖灶主题)
+- add scrollbar to rich editor text containers
+
+### 文档
+- 共餐食谱美化实现计划(暖灶主题)
+- 共餐食谱设计文档自检修正(数据一致性/确定性)
+- 共餐&食谱页面美化设计文档(暖灶·家的味道)
+
+
 ## v1.0.1236 (2026-08-28)
 
 ### Bug 修复