From b03935aa26affaa97b2a74eb92d3aa82829c2299 Mon Sep 17 00:00:00 2001 From: ldm2060 Date: Fri, 1 Nov 2024 16:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20aList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rules/biquge/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/biquge/template.ts b/src/rules/biquge/template.ts index 9a40ac96..5d8ead09 100644 --- a/src/rules/biquge/template.ts +++ b/src/rules/biquge/template.ts @@ -83,7 +83,7 @@ export function baseOnePage( ) { return { ...base(introDomPatch, concurrencyLimit, sleepTime, maxSleepTime, overRide, postHook), - aList: document.querySelectorAll("#list a, .listmasleepTime, maxSleepTime,in a, .book-item a"), + aList: document.querySelectorAll("#list a, .listmain a, .book-item a"), sections: document.querySelectorAll("#list dt, .listmain dt, .layout-tit"), getSName: (sElem: Element) => { const b = sElem.querySelector("b");