refactor(tabbar): 移除补丁文件并简化tabbar配置

移除不再需要的补丁文件和workspace配置,简化tabbar相关代码
将tabbar默认值从undefined改为空对象,避免控制台报错
This commit is contained in:
feige996
2025-08-31 18:38:25 +08:00
parent 2100984351
commit e4ea2face1
6 changed files with 1414 additions and 1466 deletions

View File

@@ -153,4 +153,4 @@ const _tabbar: TabBar = {
}
// 0和1 需要显示底部的tabbar的各种配置以利用缓存
export const tabBar = tabbarCacheEnable ? _tabbar : undefined
export const tabBar = tabbarCacheEnable ? _tabbar : {}