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

chore: auto bump version and changelog [skip ci]

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

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-adba8a0964d91a3cbcb31e72e7012627630cb9d8
+12dac9c1e04c36168b9cb3d56729f5e44dda7528

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

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

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

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.623 (2026-07-29)
+
+### Bug 修复
+- ActivityEdit/ArticleEdit full scroll, action tab no auto-select, timeout 800ms
+
+### 其他
+- - action/index.vue: revert auto-select-first-child, only load when saved childId matches
+- - action/index.vue: tab-transition fallback timeout 5000ms -> 800ms
+- - ArticleEdit: add maxFileSize 5MB to upload config
+- - DatabaseInitializer: gate test data behind app.init-test-data flag
+- 
+
+
 ## v1.0.622 (2026-07-29)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.622
+> 当前版本: v1.0.623
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.623 (2026-07-29)
+
+### Bug 修复
+- ActivityEdit/ArticleEdit full scroll, action tab no auto-select, timeout 800ms
+
+### 其他
+- - action/index.vue: revert auto-select-first-child, only load when saved childId matches
+- - action/index.vue: tab-transition fallback timeout 5000ms -> 800ms
+- - ArticleEdit: add maxFileSize 5MB to upload config
+- - DatabaseInitializer: gate test data behind app.init-test-data flag
+- 
+
+
 ## v1.0.622 (2026-07-29)
 
 ### 文档