/** * 信息类型,动态,评论,消息,匹配 */ export default class ReportContentType { static readonly userImg: string = '用户照片' static readonly talk: string = '动态' static readonly comment: string = '评论' static readonly message: string = '消息' }