feat(site): 添加站点自定义下载器功能

This commit is contained in:
Attente
2024-11-16 00:28:56 +08:00
parent a780946915
commit bf36e39f3b
2 changed files with 29 additions and 1 deletions

View File

@@ -387,6 +387,8 @@ export interface Site {
pri?: number
// RSS地址
rss?: string
// 下载器
downloader?: string
// Cookie
cookie?: string
// ApiKey