From 3cfcf15fd247e3d4c44bd3081b92b94c48966fe3 Mon Sep 17 00:00:00 2001 From: ted423 Date: Sat, 7 May 2022 15:09:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20unit3d=E6=A8=A1=E6=9D=BF=E7=BC=A9?= =?UTF-8?q?=E8=BF=9B=E8=B0=83=E6=95=B4=E4=BB=A5=E4=BE=BF=E4=BA=8E=E6=AF=94?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/schemas/UNIT3D/config.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/resource/schemas/UNIT3D/config.json b/resource/schemas/UNIT3D/config.json index 50d39ce6b..d3b3775a1 100644 --- a/resource/schemas/UNIT3D/config.json +++ b/resource/schemas/UNIT3D/config.json @@ -17,17 +17,14 @@ "searchEntryConfig": { "page": "/torrents", "queryString": "perPage=100&name=$key$", - "area": [ - { - "name": "IMDB", - "keyAutoMatch": "^(tt\\d+)$", - "queryString": "perPage=100&imdbId=$key$", - "replaceKey": [ - "tt", - "" - ] - } - ], + "area": [{ + "name": "IMDB", + "keyAutoMatch": "^(tt\\d+)$", + "queryString": "perPage=100&imdbId=$key$", + "replaceKey": [ + "tt", "" + ] + }], "fieldSelector": { "progress": { "selector": ["button.btn.btn-success.btn-circle", "button.btn.btn-warning.btn-circle, button.btn.btn-info.btn-circle", ""],