Skip to content
目录

通知 (Notification)

send()

发送通知

  • 类型
ts
send: (message: string, type: 'info' | 'success' | 'warning' | 'error' = 'info') => void

Released under the MIT License.