Skip to content

Commit

Permalink
fix #707
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Dec 18, 2024
1 parent b2b8159 commit 525af72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
"*://www.266ks.com/book/*/",
"*://www.266ks.com/book/*/index*.html",
"*://www.hetushu.com/book/*/index.html",
"*://www.hetubook.com/book/*/index.html",
"*://hetushu.com/book/*/index.html",
"*://hetubook.com/book/*/index.html",
"*://www.gashuw.com/biquge_*/",
"*://www.1pwx.com/*.htm",
"*://www.81book.com/book/*/",
Expand Down
4 changes: 2 additions & 2 deletions src/router/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export async function getRule(): Promise<BaseRuleClass> {
ruleClass = XRUnionread;
break;
}
case "www.hetushu.com":
case "hetushu.com": {
case "www.hetushu.com": case "www.hetubook.com":
case "hetushu.com": case "hetubook.com": {
const { Hetushu } = await import("../rules/special/reprint/hetushu");
ruleClass = Hetushu;
break;
Expand Down

0 comments on commit 525af72

Please sign in to comment.