NavigationBody.ets 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import { BottomNavBean } from './BottomNavBean'; /** * 导航Body数据 */ export interface NavigationBody { backgroundColor: string; bottomNavList: BottomNavBean[]; // greyBottomNav: GreyBottomNav; immersiveBackgroundColor: string; nightBackgroundColor: string; }