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': '获取指定条数的热门媒体,自定义流行度进行订阅。' + } + } + ] + } + ] + }, ] } ], {