SubTxt.ts 104 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /** * 角标右下角文字规则 */ export interface SubTxt { txt: string; subTxtStyle: string; }