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

chore: auto bump version and changelog [skip ci]

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

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-658d71cc13bdf5bac3938e95f20a533cba24e5da
+2ecb6d66b9ae6d688cde84698af4dad222ffae6f

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

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

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

@@ -4,6 +4,31 @@
 
 ---
 
+## v1.0.1109 (2026-08-17)
+
+### Bug 修复
+- 请求超时提升至60s + 复制新建按钮loading态
+
+### 其他
+- - ArticleEdit 复制并新建按钮加 loading 防重复点击
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - mind-detail/mind-extra 列表摘要 stripHtml 清理,避免富文本标签直接展示
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - AI 自动标签生成改为 taskExecutor 异步执行,不阻塞 HTTP 响应
+- - AdminArticleController.create 捕获业务异常返回 Result.error
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- 文章详情mp-html富文本渲染 + 列表摘要去HTML标签
+- 文章创建幂等检查 + AI标签生成异步化
+
+
 ## v1.0.1108 (2026-08-17)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1108
+> 当前版本: v1.0.1109
 
 ## 历史版本
 
@@ -8,6 +8,31 @@
 
 ---
 
+## v1.0.1109 (2026-08-17)
+
+### Bug 修复
+- 请求超时提升至60s + 复制新建按钮loading态
+
+### 其他
+- - ArticleEdit 复制并新建按钮加 loading 防重复点击
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - mind-detail/mind-extra 列表摘要 stripHtml 清理,避免富文本标签直接展示
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - AI 自动标签生成改为 taskExecutor 异步执行,不阻塞 HTTP 响应
+- - AdminArticleController.create 捕获业务异常返回 Result.error
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- 文章详情mp-html富文本渲染 + 列表摘要去HTML标签
+- 文章创建幂等检查 + AI标签生成异步化
+
+
 ## v1.0.1108 (2026-08-17)
 
 ### 新功能