主页标签

interface ProfileTag {
    picUrl?: string;
    text: string;
    type: string;
}

Properties

Properties

picUrl?: string

图片地址

text: string

文本

type: string

类型