Procházet zdrojové kódy

chore: auto bump version and changelog [skip ci]

iwt před 1 měsícem
rodič
revize
84cabe0918

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-831b09f7c9d33f204b1450d0dc6b87c3aa971c95
+842a53d241dad7760e7af25bb56f84f58aafae0a

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

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

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

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.651 (2026-07-29)
+
+### Bug 修复
+- 财商打卡页内联表达式导致data-event-opts编译错误 + 修复模板编译器recyclableRender未定义
+
+### 其他
+- 2. package.json: 升级vue-cli-plugin-uni到2.0.2-5010420260703001匹配7月版模板编译器
+- 3. postinstall-fix.js: 新增templateLoader.js补丁,移除未定义的recyclableRender/components导出
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.650 (2026-07-29)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.650
+> 当前版本: v1.0.651
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.651 (2026-07-29)
+
+### Bug 修复
+- 财商打卡页内联表达式导致data-event-opts编译错误 + 修复模板编译器recyclableRender未定义
+
+### 其他
+- 2. package.json: 升级vue-cli-plugin-uni到2.0.2-5010420260703001匹配7月版模板编译器
+- 3. postinstall-fix.js: 新增templateLoader.js补丁,移除未定义的recyclableRender/components导出
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.650 (2026-07-29)
 
 ### Bug 修复