This commit is contained in:
thsrite 2023-10-17 16:43:29 +08:00
parent e018f77e37
commit 4099c5e1b5

View File

@ -179,13 +179,34 @@ class MoviePilotUpdateNotify(_PluginBase):
{ {
'component': 'VSwitch', 'component': 'VSwitch',
'props': { 'props': {
'model': 'onlyonce', 'model': 'notify',
'label': '立即运行一次', 'label': '发送通知',
} }
} }
] ]
} }
] ]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VTextField',
'props': {
'model': 'cron',
'label': '检查周期',
'placeholder': '5位cron表达式'
}
}
]
},
]
} }
] ]
} }