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