export default class HomeType { // 系统 static readonly all: string = 'all' static readonly home: string = 'home' static readonly city: string = 'city' static readonly tag: string = 'tag' static readonly likeMe: string = 'likeMe' static readonly iLike: string = 'iLike' static readonly follow: string = 'follow' static readonly fans: string = 'fans' static readonly follow_name: string = '关注' static readonly home_name: string = '首页' static readonly city_name: string = '同城' static readonly tag_name: string = '话题' }