fix alert

This commit is contained in:
thsrite
2024-04-22 09:20:36 +08:00
parent ad337f6d17
commit feeda40833

View File

@@ -175,6 +175,27 @@ class SynologyNotify(_PluginBase):
]
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '如安装完插件后群晖发送webhook提示404重启MoviePilot即可。'
}
}
]
}
]
}
]
}