export default class MatchType { // 系统 static readonly all: string = '全部' static readonly unlick: string = '不喜欢' static readonly iLike: string = '我喜欢的' static readonly likeMe: string = '喜欢我的' static readonly like: string = '喜欢' static readonly matched: string = '已匹配' static readonly lifted: string = '已解除' static readonly looked: string = '已看过' }