fix valert

This commit is contained in:
thsrite
2024-06-27 11:23:38 +08:00
parent 367c7dca48
commit 18f575dd62

View File

@@ -484,6 +484,27 @@ class LibraryDuplicateCheck(_PluginBase):
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '检测指定路径下同一媒体文件是否有重复(不同扩展名视为同一媒体)。'
}
}
]
}
]
}
]
}
], {