From a2e515eb155d41091a6cad4e7abea280c13ae88c Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 6 May 2024 21:00:46 +0800 Subject: [PATCH] fix alert --- plugins/popularsubscribe/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plugins/popularsubscribe/__init__.py b/plugins/popularsubscribe/__init__.py index a6b7bd5..bedebee 100644 --- a/plugins/popularsubscribe/__init__.py +++ b/plugins/popularsubscribe/__init__.py @@ -323,6 +323,27 @@ class PopularSubscribe(_PluginBase): }, ] }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'type': 'error', + 'variant': 'tonal', + 'text': '获取指定条数的热门媒体,自定义流行度进行订阅。' + } + } + ] + } + ] + }, ] } ], {