feat: 启用自定义标签栏并更新依赖版本

- 将 tabBar.custom 设置为 true 以启用自定义标签栏
- 更新所有 @dcloudio 相关依赖至最新版本
- 更新 vue 和 vue-i18n 等核心依赖版本
- 添加 miniprogram-api-typings 开发依赖
This commit is contained in:
feige996
2025-08-03 11:46:20 +08:00
parent cb3062ec22
commit 40393d537c
4 changed files with 2832 additions and 2921 deletions

View File

@@ -15,7 +15,7 @@
}
},
"tabBar": {
"custom": false,
"custom": true,
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",