/** * 系统主题色,值对应状态栏颜色 */ export enum AppTheme { default = 'light', dark = 'light', light = 'dark' } /// 按钮背景色 export const color_btn_bg = "#fff"