瀏覽代碼

fix: add discord to notification provider type

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhangchunrui 3 周之前
父節點
當前提交
a07a410178
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/config.ts

+ 1 - 1
src/lib/config.ts

@@ -21,7 +21,7 @@ export interface BotConfig {
   }
   notifications: {
     enabled: boolean
-    provider: 'bark' | 'ntfy' | 'pushover'
+    provider: 'discord' | 'bark' | 'ntfy' | 'pushover'
     endpoint: string
     alertOnRebalance: boolean
     alertOnError: boolean