Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
75ff4e64a5

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-75786083d5524c6bbfa7af86427230858765b337
+627b05fe359f3405234b43417c25ffff5e41bb6a

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

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

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

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.769 (2026-08-03)
+
+### Bug 修复
+- 首次登录创建家庭后跳转到带底部TabBar的行首页
+
+### 其他
+- /pages/home-pages/parent-index(非 TabBar 页),导致底部 TabBar 不显示。
+- 改为 uni.switchTab() 跳到 /pages/index-home/index(行 Tab)。
+- 同样修复 submitGuideApplication 中相同的 redirectTo 错误跳转。
+- 
+
+
 ## v1.0.768 (2026-08-03)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.768
+> 当前版本: v1.0.769
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.769 (2026-08-03)
+
+### Bug 修复
+- 首次登录创建家庭后跳转到带底部TabBar的行首页
+
+### 其他
+- /pages/home-pages/parent-index(非 TabBar 页),导致底部 TabBar 不显示。
+- 改为 uni.switchTab() 跳到 /pages/index-home/index(行 Tab)。
+- 同样修复 submitGuideApplication 中相同的 redirectTo 错误跳转。
+- 
+
+
 ## v1.0.768 (2026-08-03)
 
 ### Bug 修复