/** * 系统主题色,值对应状态栏颜色 */ export enum AppTheme { default = 'light', dark = 'light', light = 'dark' }