From 4f599daf5e229a1b39884e598a8dc20c962aff85 Mon Sep 17 00:00:00 2001 From: ted423 Date: Tue, 17 May 2022 14:33:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=83=A7=E5=8C=85=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=81=9A=E7=A7=8D=E4=BF=A1=E6=81=AF=20https:?= =?UTF-8?q?//github.com/ronggang/PT-Plugin-Plus/issues/927?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sites/ptsbao.club/config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/resource/sites/ptsbao.club/config.json b/resource/sites/ptsbao.club/config.json index a13a1b965..5ca11408b 100644 --- a/resource/sites/ptsbao.club/config.json +++ b/resource/sites/ptsbao.club/config.json @@ -8,6 +8,22 @@ "tags": ["影视", "综合"], "host": "ptsbao.club", "collaborator": ["laizony", "ted423"], + "searchEntryConfig": { + "merge": true, + "fieldSelector": { + "progress": { + "selector": ["tr.finished,tr.seeders"], + "filters": ["query.length?100:null"] + }, + "status": { + "selector": ["tr.finished", "tr.seeders"], + "switchFilters": [ + ["255"], + ["2"] + ] + } + } + }, "selectors": { "userBaseInfo": { "merge": true,