Skip to content

Commit

Permalink
fix: Orpheus 积分获取
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Jan 3, 2022
1 parent 92b7154 commit b2b3525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/orpheus.network/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"filters": ["query.text().replace(/,/g,'').match(/([\\d.]+ ?[ZEPTGMK]?i?B)/)", "(query && query.length>=2)?(query[1]).sizeToNumber():0"]
},
"bonus": {
"selector": ["div#content > div.header > h3"],
"filters": ["query.text().replace(/,/g,'').match(/.+?([\\d.]+)/)", "(query && query.length>=2)?query[1]:0"]
"selector": ["div#content > table > tbody > tr > td:eq(2)"],
"filters": ["query.text().replace(/,/g,'')"]
}
}
},
Expand Down

0 comments on commit b2b3525

Please sign in to comment.