fix NotificationSwitch

This commit is contained in:
jxxghp 2024-06-05 22:00:39 +08:00
parent 6aa5a836b9
commit a7a06a9a75

View File

@ -84,6 +84,8 @@ class NotificationSwitch(BaseModel):
synologychat: Optional[bool] = False
# VoceChat开关
vocechat: Optional[bool] = False
# WebPush开关
webpush: Optional[bool] = False
class Subscription(BaseModel):