Skip to content

Commit

Permalink
fix: U3D thank button
Browse files Browse the repository at this point in the history
就是感觉没啥意义
  • Loading branch information
ted423 committed Mar 29, 2022
1 parent 7d33947 commit b754e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/schemas/UNIT3D/config.json
Expand Up @@ -115,6 +115,10 @@
"size": {
"selector": ["td.col-sm-2:contains('Size') + td"],
"filters": ["query.text().replace(/,/g,'').match(/([\\d.]+ ?[ZEPTGMK]?i?B)/)", "(query && query.length>1)?(query[1]).sizeToNumber():0"]
},
"sayThanksButton": {
"selector": [".button-block button.btn.btn-sm.btn-primary"],
"filters": ["query"]
}
}
}
Expand Down

0 comments on commit b754e5b

Please sign in to comment.