fix 默认值

This commit is contained in:
thsrite
2024-06-23 22:28:17 +08:00
parent c8d98e69c5
commit 75c380a45b

View File

@@ -364,8 +364,8 @@ class Cd2Assistant(_PluginBase):
"enabled": False,
"notify": False,
"onlyonce": False,
"cron": "",
"keyword": "",
"cron": "*/10 * * * *",
"keyword": "账号异常",
"cd2_url": "",
"cd2_username": "",
"cd2_password": "",