// 通知类型枚举 export enum NotificationType { LIKE = 'like', COMMENT = 'comment', FOLLOW = 'follow', MENTION = 'mention' }