Selaa lähdekoodia

refactor: 移除关于tabbar缓存的冗余注释

feige996 8 kuukautta sitten
vanhempi
commit
c6d9b47e99
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/tabbar/config.ts

+ 0 - 1
src/tabbar/config.ts

@@ -152,5 +152,4 @@ const _tabbar: TabBar = {
   list: _tabbarList as unknown as TabBar['list'],
 }
 
-// 0和1 需要显示底部的tabbar的各种配置,以利用缓存
 export const tabBar = tabbarCacheEnable ? _tabbar : undefined