LabelDTO.ts 295 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import { ItemDTO } from '../../ItemDTO'; /** * 标题 —— 标题(LABEL) */ export interface LabelDTO extends ItemDTO { titleIconUrl?: string; // icon图片/小图标 title: string; // 标题,如:重磅推荐/热门视频彩铃/更多下饭剧/4K超高清/更多>/更多动画 }