mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-16 15:09:22 +00:00
fix VSelect
This commit is contained in:
@@ -859,8 +859,9 @@ class BrushFlow(_PluginBase):
|
||||
{
|
||||
'component': 'VSelect',
|
||||
'props': {
|
||||
'chips': True,
|
||||
'multiple': True,
|
||||
'chips': True,
|
||||
'clearable': True,
|
||||
'model': 'brushsites',
|
||||
'label': '刷流站点',
|
||||
'items': site_options
|
||||
|
||||
Reference in New Issue
Block a user