Browse Source

chore: auto bump version and changelog [skip ci]

iwt 4 weeks ago
parent
commit
7a9d0ba50a

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-56782161adba2aba92c8dcc19be24eab02d092d3
+74885102f75edad60fb529cec231bdab1b1b080c

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

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

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

@@ -4,6 +4,12 @@
 
 ---
 
+## v1.0.1200 (2026-08-22)
+
+### 重构
+- 合并重复接口-删除死代码GuidePackageController,统一所有接口为POST
+
+
 ## v1.0.1199 (2026-08-22)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1199
+> 当前版本: v1.0.1200
 
 ## 历史版本
 
@@ -8,6 +8,12 @@
 
 ---
 
+## v1.0.1200 (2026-08-22)
+
+### 重构
+- 合并重复接口-删除死代码GuidePackageController,统一所有接口为POST
+
+
 ## v1.0.1199 (2026-08-22)
 
 ### Bug 修复