fix add 提示

This commit is contained in:
thsrite 2023-10-19 20:21:40 +08:00
parent c6a43a5dde
commit 4bfdf1dede

View File

@ -213,6 +213,25 @@ class MoviePilotUpdateNotify(_PluginBase):
] ]
}, },
] ]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'text': '如要开启自动重启请确认MOVIEPILOT_AUTO_UPDATE设置为true重启即更新。'
}
}
]
}
]
} }
] ]
} }