Skip to content

Commit

Permalink
fix:种子详情页的工具栏和auto_feed冲突的问题;补充天空升级条件
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins authored and ted423 committed Dec 13, 2022
1 parent 3040ef4 commit a80a962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions resource/schemas/NexusPHP/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
_getDownloadUrlByPossibleHrefs() {
const possibleHrefs = [
// pthome
"a[href*='downhash'][href*='https']",
"a[href*='downhash'][href*='https'][class!='forward_a']",
// hdchina
"a[href*='hash'][href*='https']",
"a[href*='hash'][href*='https'][class!='forward_a']",
// misc
"a[href*='passkey'][href*='https']",
"a[href*='passkey']"
"a[href*='passkey'][href*='https'][class!='forward_a']",
"a[href*='passkey'][class!='forward_a']"
];

for (const href of possibleHrefs) {
Expand Down
2 changes: 1 addition & 1 deletion resource/sites/hdsky.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"interval": "10",
"downloaded": "500GB",
"ratio": "2.5",
"privilege": ""
"privilege": "查看邀请区"
},{
"level": "3",
"name": "Crazy User",
Expand Down

0 comments on commit a80a962

Please sign in to comment.