Browse Source

chore: auto bump version and changelog [skip ci]

iwt 2 months ago
parent
commit
2c4725c646

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-faedcc3354260dc538895e3607261202d8893c0b
+d571aa3819116bcca47590eb75f4d213fe27b313

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

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

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

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.450 (2026-07-21)
+
+### Bug 修复
+- 添加 tab-wisdom 图标文件,修复 gitignore 顺序
+
+### 其他
+-   使静态图标 PNG 能被正确追踪
+- - Add tab-wisdom.png / tab-wisdom-active.png (placeholder from tab-mind)
+-   Fix TabBar compile error: 'tab-wisdom.png' not found
+- 
+
+
 ## v1.0.448 (2026-07-20)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.448
+> 当前版本: v1.0.450
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.450 (2026-07-21)
+
+### Bug 修复
+- 添加 tab-wisdom 图标文件,修复 gitignore 顺序
+
+### 其他
+-   使静态图标 PNG 能被正确追踪
+- - Add tab-wisdom.png / tab-wisdom-active.png (placeholder from tab-mind)
+-   Fix TabBar compile error: 'tab-wisdom.png' not found
+- 
+
+
 ## v1.0.448 (2026-07-20)
 
 ### Bug 修复