feat: 启用自定义标签栏并更新依赖版本
- 将 tabBar.custom 设置为 true 以启用自定义标签栏 - 更新所有 @dcloudio 相关依赖至最新版本 - 更新 vue 和 vue-i18n 等核心依赖版本 - 添加 miniprogram-api-typings 开发依赖
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": false,
|
||||
"custom": true,
|
||||
"color": "#999999",
|
||||
"selectedColor": "#018d71",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
|
||||
Reference in New Issue
Block a user