From 74378b50078d4ea7ab727d0662104b3f99144d89 Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 8 Jan 2024 16:11:28 +0800 Subject: [PATCH] fix log --- plugins/shortplaymonitor/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plugins/shortplaymonitor/__init__.py b/plugins/shortplaymonitor/__init__.py index 7d77e81..a396def 100644 --- a/plugins/shortplaymonitor/__init__.py +++ b/plugins/shortplaymonitor/__init__.py @@ -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,则优先从站点获取短剧封面。' + } + } + ] + } + ] } ] }