Skip to content

Commit

Permalink
feat(tjupt): support unsatisfieds
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Jan 1, 2024
1 parent e9446fa commit 0062827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/sites/tjupt.org/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@
"uploaded": {
"selector": [".color_uploaded"],
"filters": ["$(query[0].nextSibling).text().trim().sizeToNumber()"]
},
"unsatisfieds": {
"selector": ["a[href*='/hnr_details.php']:last"],
"filters": ["parseInt(query.text())"]
}
}
},
Expand Down

0 comments on commit 0062827

Please sign in to comment.