/** 背景为主题颜色时的文本颜色 */ export enum TextColor { /** 自动根据主题颜色确定 */ Auto = '自动', /** 总是为白色 */ White = '白色', /** 总是为黑色 */ Black = '黑色', }