From 73e4270f0afdad86187f5d9cea62a614f8be7ae5 Mon Sep 17 00:00:00 2001 From: wan806209350 <806209350@qq.com> Date: Sun, 3 Jul 2022 09:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E8=9D=B4=E8=9D=B6=E5=81=9A?= =?UTF-8?q?=E7=A7=8D=E6=95=B0=20=E5=81=9A=E7=A7=8D=E4=BD=93=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/schemas/NexusPHP/config.json | 4 ++-- resource/sites/hudbt.hust.edu.cn/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resource/schemas/NexusPHP/config.json b/resource/schemas/NexusPHP/config.json index 2bc06e37d..f0b83d4b1 100644 --- a/resource/schemas/NexusPHP/config.json +++ b/resource/schemas/NexusPHP/config.json @@ -112,11 +112,11 @@ "fields": { "seeding": { "selector": ["tr:not(:eq(0))"], - "filters": ["query.find('td.rowfollow:eq(2)').length"] + "filters": ["query.find('td.rowfollow:eq(2)').length != 0 ? query.find('td.rowfollow:eq(2)').length : query.length"] }, "seedingSize": { "selector": ["tr:not(:eq(0))"], - "filters": ["jQuery.map(query.find('td.rowfollow:eq(2)'), (item)=>{return $(item).text();})", "_self.getTotalSize(query)"] + "filters": ["query.find('td.rowfollow:eq(2)').length != 0 ? jQuery.map(query.find('td.rowfollow:eq(2)'), (item)=>{return $(item).text();}) : jQuery.map(query.find('td:eq(2)'), (item)=>{return $(item).text();})", "_self.getTotalSize(query)"] } } }, diff --git a/resource/sites/hudbt.hust.edu.cn/config.json b/resource/sites/hudbt.hust.edu.cn/config.json index 0db08b60e..dcc6d771f 100644 --- a/resource/sites/hudbt.hust.edu.cn/config.json +++ b/resource/sites/hudbt.hust.edu.cn/config.json @@ -11,7 +11,7 @@ ], "schema": "NexusPHP", "host": "hudbt.hust.edu.cn", - "collaborator": "Rhilip", + "collaborator": ["Rhilip", "枕头啊枕头"], "searchEntry": [{ "name": "全站", "enabled": true