feat:下载器支持多选
This commit is contained in:
@ -15,7 +15,7 @@ class DashboardChain(ChainBase, metaclass=Singleton):
|
||||
"""
|
||||
return self.run_module("media_statistic")
|
||||
|
||||
def downloader_info(self) -> schemas.DownloaderInfo:
|
||||
def downloader_info(self) -> Optional[List[schemas.DownloaderInfo]]:
|
||||
"""
|
||||
下载器信息
|
||||
"""
|
||||
|
Reference in New Issue
Block a user