From 7bc6ac3d56cc963bb438dfb63156e53444fab557 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 11 May 2025 15:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20[Github=20-=20Issues]=20?= =?UTF-8?q?=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5=E6=89=93=E5=BC=80=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index e782efe..eebb318 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4839,9 +4839,9 @@ }, "Github - Issues": { "host": "github.com", - "url": "return fun.indexOF(/\\/issues$/)", + "url": "/\\/issues$/", "style": "[class*='IssueItem-module__ListItem_'] div[class*=LoadingSkeleton]", - "blank": 4, + "blank": 6, "pager": { "nextL": "js; return fun.getNextUP('page=',/page=\\d+/,fun.lp(),'2',fun.getXpath('//a[@rel=\\'next\\'][not(@aria-disabled)]/preceding-sibling::a[1][not(@aria-current)]').textContent)", "pageE": "div[class^='IssueRow-module_']",