fix(push): correct client type

This commit is contained in:
InfinityPacer
2024-09-13 18:54:48 +08:00
parent 5ec7357c56
commit 2f2ecc8c43
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class NotificationConf(BaseModel):
"""
# 名称
name: Optional[str] = None
# 类型 telegram/wechat/vocechat/synologychat
# 类型 telegram/wechat/vocechat/synologychat/slack/webpush
type: Optional[str] = None
# 配置
config: Optional[dict] = {}