mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-24 23:16:44 +00:00
fix form
This commit is contained in:
@@ -93,7 +93,6 @@ class PluginUnInstall(_PluginBase):
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
'md': 4
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
@@ -102,7 +101,7 @@ class PluginUnInstall(_PluginBase):
|
||||
'multiple': True,
|
||||
'chips': True,
|
||||
'model': 'plugin_ids',
|
||||
'label': '重装插件',
|
||||
'label': '卸载插件',
|
||||
'items': pluginOptions
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user