소스 검색

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

feige996 8 달 전
부모
커밋
c6d9b47e99
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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