From 4251ba6fe6889fb3b064f03ebc04b9c680c7eeb0 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 26 Sep 2022 18:36:14 +0800 Subject: [PATCH] Update config.json --- json/config.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/json/config.json b/json/config.json index 18bbba9e..e39bb5c4 100644 --- a/json/config.json +++ b/json/config.json @@ -10,7 +10,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/bili.json" + "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/bili.json", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "AList", @@ -20,7 +21,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/alist.json" + "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/alist.json", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "巴士", @@ -29,7 +31,8 @@ "api": "csp_Dm84", "searchable": 1, "quickSearch": 1, - "filterable": 1 + "filterable": 1, + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "紙條", @@ -39,7 +42,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "your ali token" + "ext": "your ali token", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "易搜", @@ -49,7 +53,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "your ali token" + "ext": "your ali token", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "盤搜", @@ -59,7 +64,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "your ali token" + "ext": "your ali token", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" }, { "key": "push_agent", @@ -69,7 +75,8 @@ "searchable": 1, "quickSearch": 1, "filterable": 1, - "ext": "your ali token" + "ext": "your ali token", + "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" } ] } \ No newline at end of file