Skip to content

Commit

Permalink
修复小错误 aList
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Nov 1, 2024
1 parent 52edee3 commit b03935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/biquge/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b03935a

Please sign in to comment.