From 1dcbb554ac4afdb77cb1f0c79903068954094de3 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 28 Mar 2024 06:06:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=99=A8=E5=8A=A9=E6=89=8B?= =?UTF-8?q?=E5=8E=BB=E6=8E=89get=5Fpage=E7=9A=84=E5=A4=9A=E8=A1=8C?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/downloaderhelper/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/downloaderhelper/__init__.py b/plugins/downloaderhelper/__init__.py index 6ff51e5..639a137 100644 --- a/plugins/downloaderhelper/__init__.py +++ b/plugins/downloaderhelper/__init__.py @@ -498,9 +498,6 @@ class DownloaderHelper(_PluginBase): }], config_suggest def get_page(self) -> List[dict]: - """ - 拼装插件详情页面,需要返回页面配置,同时附带数据 - """ pass def stop_service(self):