瀏覽代碼

chore: auto bump version and changelog [skip ci]

iwt 1 月之前
父節點
當前提交
af881a0e2c
共有 5 個文件被更改,包括 35 次插入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. 15 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 16 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-bdfdd34c8851332fc87f2172d558d6d28c201fe1
+cd94a4a637ff9636a1b0b6ea51449243206059d9

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

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

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

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.1169 (2026-08-20)
+
+### Bug 修复
+- 重新制定时重置viewMode,修复页面空白问题
+
+### 其他
+- - step===1 && !viewMode → false(Step1不渲染)
+- - viewMode && planDetail → false(查看模式也不渲染)
+- - 页面空白
+- 同时补充editing和sectionFeedback重置。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1168 (2026-08-20)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1168
+> 当前版本: v1.0.1169
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.1169 (2026-08-20)
+
+### Bug 修复
+- 重新制定时重置viewMode,修复页面空白问题
+
+### 其他
+- - step===1 && !viewMode → false(Step1不渲染)
+- - viewMode && planDetail → false(查看模式也不渲染)
+- - 页面空白
+- 同时补充editing和sectionFeedback重置。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1168 (2026-08-20)
 
 ### Bug 修复