fix alert

This commit is contained in:
thsrite
2024-05-06 21:00:46 +08:00
parent 56b2089045
commit a2e515eb15

View File

@@ -323,6 +323,27 @@ class PopularSubscribe(_PluginBase):
},
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'error',
'variant': 'tonal',
'text': '获取指定条数的热门媒体,自定义流行度进行订阅。'
}
}
]
}
]
},
]
}
], {