Explorar el Código

chore: auto bump version and changelog [skip ci]

iwt hace 1 mes
padre
commit
7bd53597eb

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-4ee4f4040546ce3c2edc52d674a992411c509d52
+56d9776d3ff774f715b04f33a7cb517ffb741b1a

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

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

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

@@ -4,6 +4,25 @@
 
 ---
 
+## v1.0.844 (2026-08-07)
+
+### Bug 修复
+- 将 tabbar 入口页移至 pages/tabs/ 消除与分包 root 的路径冲突
+
+### 其他
+- 后,路径前缀与同名分包 root(pages/health、pages/growth、pages/profile)冲突,
+- 导致 HBuilderX 编译失败→全白板。
+- 修复方案:将 tabbar 入口页从分包目录移到 pages/tabs/ 目录,
+- 路径前缀与所有 48 个分包 root 完全无重叠,消除冲突。
+- 变更:
+- - pages/health-pkg/index.vue -> pages/tabs/health-index.vue
+- - pages/growth-pkg/index.vue -> pages/tabs/growth-index.vue
+- - pages/profile-pkg/profile.vue -> pages/tabs/profile-page.vue
+- - pages.json: 主包 tabbar 页路径 + 分包 root 保持 -pkg 后缀
+- - 10 个文件中的路径引用同步更新
+- 
+
+
 ## v1.0.843 (2026-08-07)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.843
+> 当前版本: v1.0.844
 
 ## 历史版本
 
@@ -8,6 +8,25 @@
 
 ---
 
+## v1.0.844 (2026-08-07)
+
+### Bug 修复
+- 将 tabbar 入口页移至 pages/tabs/ 消除与分包 root 的路径冲突
+
+### 其他
+- 后,路径前缀与同名分包 root(pages/health、pages/growth、pages/profile)冲突,
+- 导致 HBuilderX 编译失败→全白板。
+- 修复方案:将 tabbar 入口页从分包目录移到 pages/tabs/ 目录,
+- 路径前缀与所有 48 个分包 root 完全无重叠,消除冲突。
+- 变更:
+- - pages/health-pkg/index.vue -> pages/tabs/health-index.vue
+- - pages/growth-pkg/index.vue -> pages/tabs/growth-index.vue
+- - pages/profile-pkg/profile.vue -> pages/tabs/profile-page.vue
+- - pages.json: 主包 tabbar 页路径 + 分包 root 保持 -pkg 后缀
+- - 10 个文件中的路径引用同步更新
+- 
+
+
 ## v1.0.843 (2026-08-07)
 
 ### Bug 修复