Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
18cd1d7555

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-bc341c77cb4c5df96e99b695d16215257179e4b0
+bdaab4fbd89ced1f59008c99c92c6528aae99fb5

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

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

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

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.611 (2026-07-29)
+
+### Bug 修复
+- el-main添加overflow-y:auto使内容区可滚动,解决长表单被截断问题
+- replace template literal fallback with computed props for WXML compat
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 新增 dailyFortuneSafe / dominantElementSafe computed 属性做 fallback
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.610 (2026-07-29)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.610
+> 当前版本: v1.0.611
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.611 (2026-07-29)
+
+### Bug 修复
+- el-main添加overflow-y:auto使内容区可滚动,解决长表单被截断问题
+- replace template literal fallback with computed props for WXML compat
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 新增 dailyFortuneSafe / dominantElementSafe computed 属性做 fallback
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.610 (2026-07-29)
 
 ### 文档