feat: opt message ways style

This commit is contained in:
engigu
2026-03-04 22:02:50 +08:00
parent 81b8d2a93d
commit 78786799bb
3 changed files with 62 additions and 39 deletions
+1
View File
@@ -532,6 +532,7 @@ export interface NotifyChannel {
name: string
type: string
enabled: boolean
created_at?: string
config: Record<string, string>
}