فهرست منبع

chore: auto bump version and changelog [skip ci]

iwt 2 ماه پیش
والد
کامیت
6127c8fbae
5فایلهای تغییر یافته به همراه23 افزوده شده و 5 حذف شده
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 9 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 10 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-f2a15e6bb0b85d5d49c85223dbdb073119727db2
+fbc43ce41747d873c97cdda0ff62b092d208aeaa

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

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

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

@@ -4,6 +4,15 @@
 
 ---
 
+## v1.0.347 (2026-07-15)
+
+### Bug 修复
+- 移除无对应路由的文章审核侧边栏项
+
+### 新功能
+- 统一审核中心 - ReviewCenter.vue + 10子组件 + 后端summary接口
+
+
 ## v1.0.344 (2026-07-15)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.344
+> 当前版本: v1.0.347
 
 ## 历史版本
 
@@ -8,6 +8,15 @@
 
 ---
 
+## v1.0.347 (2026-07-15)
+
+### Bug 修复
+- 移除无对应路由的文章审核侧边栏项
+
+### 新功能
+- 统一审核中心 - ReviewCenter.vue + 10子组件 + 后端summary接口
+
+
 ## v1.0.344 (2026-07-15)
 
 ### Bug 修复