Skip to content

Commit

Permalink
fix(hda): 等级要求、进度、状态
Browse files Browse the repository at this point in the history
  • Loading branch information
cddjr authored and ted423 committed Nov 18, 2023
1 parent 38642b9 commit b5f9db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resource/sites/hdatmos.club/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"name": "Insane User",
"interval": "25",
"downloaded": "500GB",
"ratio": "2.45",
"ratio": "2.55",
"privilege": "查看普通日志"
},{
"level": "5",
Expand Down Expand Up @@ -83,11 +83,11 @@
"searchEntryConfig": {
"fieldSelector": {
"progress": {
"selector": ["> td.rowfollow:eq(1) td.embedded:eq(1) > div:last"],
"selector": ["> td.rowfollow:eq(1) td.embedded:eq(0) > div:last"],
"filters": ["query ? parseFloat(query.attr('title').match(/[\\d.]+/)) : null"]
},
"status": {
"selector": ["> td.rowfollow:eq(1) td.embedded:eq(1) > div:last"],
"selector": ["> td.rowfollow:eq(1) td.embedded:eq(0) > div:last"],
"filters": [
"query ? query.attr('title') : ''",
"query.indexOf('seeding') != -1 ? 2 : query.indexOf('leeching') != -1 ? 1 : query.indexOf('100%') != -1 ? 255 : 3"
Expand Down

0 comments on commit b5f9db3

Please sign in to comment.