issue_22 #41

Merged
huang merged 10 commits from issue_22 into main 2025-10-25 15:42:19 +08:00
Showing only changes of commit f6d2069e1a - Show all commits

View File

@@ -12,7 +12,6 @@ import (
type NotificationStatus string
const (
NotificationStatusTest NotificationStatus = "测试通知" // 测试用通知
NotificationStatusSuccess NotificationStatus = "发送成功" // 通知已成功发送
NotificationStatusFailed NotificationStatus = "发送失败" // 通知发送失败
NotificationStatusSkipped NotificationStatus = "已跳过" // 通知因某些原因被跳过(例如:用户未配置联系方式)