export default class NotifyType { // 系统 static readonly system: string = 'system' static readonly music: string = 'music' // 解除通知 static readonly remove_chat: string = 'remove_chat' static readonly message: string = 'message' static readonly comment: string = 'comment' }