Pārlūkot izejas kodu

chore: auto bump version and changelog [skip ci]

iwt 1 mēnesi atpakaļ
vecāks
revīzija
93197f4115

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-de1e1bc576d4a5796855a1c4e1e41f7fefaec786
+cdda61513736c6e2be69498b52609c847dc9e93a

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

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

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

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.616 (2026-07-29)
+
+### 性能优化
+- pre-compute display values in computed to avoid template method calls
+
+### 其他
+- 避免 swiper autoplay 触发每次 re-render 时重复调用方法
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.614 (2026-07-29)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.614
+> 当前版本: v1.0.616
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.616 (2026-07-29)
+
+### 性能优化
+- pre-compute display values in computed to avoid template method calls
+
+### 其他
+- 避免 swiper autoplay 触发每次 re-render 时重复调用方法
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.614 (2026-07-29)
 
 ### Bug 修复