// 大屏填充方式 export enum ScreenFillEnum { // 自动 Auto, // 高度铺满 FillHeight, // 宽度铺满 FillWidth, // 双向铺满 FillBoth, // 无 None, }