This commit is contained in:
thsrite
2024-01-08 16:11:28 +08:00
parent 2c57bcebc3
commit 74378b5007

View File

@@ -705,6 +705,27 @@ class ShortPlayMonitor(_PluginBase):
]
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '当重命名方式为smart时如站点管理已配置AGSV、ilolicon则优先从站点获取短剧封面。'
}
}
]
}
]
}
]
}