Ver código fonte

chore: auto bump version and changelog [skip ci]

iwt 1 mês atrás
pai
commit
53197cf0c7

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-484fa7dd04dbceb556a799e342530ab72163a15e
+97091d2bbfb4b272b56a189d3db120b3014981ba

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

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

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

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.842 (2026-08-07)
+
+### Bug 修复
+- 修复 tabbar 路径与分包 root 冲突导致的 HBuilderX 编译失败
+
+### 其他
+- - pages/growth → pages/growth-pkg
+- - pages/health → pages/health-pkg
+- - pages/profile → pages/profile-pkg
+- 同步更新 pages.json 分包 root、tabBar 路径及 30 个文件中的 66 处引用
+- 
+
+
 ## v1.0.841 (2026-08-07)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.841
+> 当前版本: v1.0.842
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.842 (2026-08-07)
+
+### Bug 修复
+- 修复 tabbar 路径与分包 root 冲突导致的 HBuilderX 编译失败
+
+### 其他
+- - pages/growth → pages/growth-pkg
+- - pages/health → pages/health-pkg
+- - pages/profile → pages/profile-pkg
+- 同步更新 pages.json 分包 root、tabBar 路径及 30 个文件中的 66 处引用
+- 
+
+
 ## v1.0.841 (2026-08-07)
 
 ### Bug 修复