Skip to content

Commit

Permalink
fix(speedapp): levelname获取问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Dec 12, 2022
1 parent 3d1da25 commit cccaabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/speedapp.io/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"levelName": {
"selector": ["div.card-body.pt-4 >div.align-items-center div.text-muted"],
"filters": ["query.text().replace(/,|\\s|\\n/g,'')"]
"filters": ["$(query.contents()[0]).text().trim()"]
},
"joinTime": {
"selector": ["dt:contains('注册日期') + dd, dt:contains('Signup date') + dd, dt:contains('Data inregistrarii') + dd"],
Expand Down

0 comments on commit cccaabd

Please sign in to comment.