From 18f575dd62430b1c4f47f5babed0b373c2e7cef6 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 27 Jun 2024 11:23:38 +0800 Subject: [PATCH] fix valert --- plugins/libraryduplicatecheck/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plugins/libraryduplicatecheck/__init__.py b/plugins/libraryduplicatecheck/__init__.py index f19f880..668386f 100644 --- a/plugins/libraryduplicatecheck/__init__.py +++ b/plugins/libraryduplicatecheck/__init__.py @@ -484,6 +484,27 @@ class LibraryDuplicateCheck(_PluginBase): } ] }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'type': 'info', + 'variant': 'tonal', + 'text': '检测指定路径下同一媒体文件是否有重复(不同扩展名视为同一媒体)。' + } + } + ] + } + ] + } ] } ], {