Chanel.ts 120 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export default class Chanel { // 文字 txt: Nullable<string> = null // 图片 image: Nullable<string> = null }