Skip to content

Commit

Permalink
fix: 修复hdsky自己发布的种子状态
Browse files Browse the repository at this point in the history
  • Loading branch information
Bright-W committed Mar 27, 2022
1 parent 3b35cf4 commit 83cc511
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resource/sites/hdsky.me/config.json
Expand Up @@ -114,16 +114,18 @@
"searchEntryConfig": {
"fieldSelector": {
"progress": {
"selector": ["div.progressseeding, div.progressfinished, div.progressdownloading, div.progressdownloaded"],
"selector": ["div.progressseeding, div.progressfinished, div.progressdownloading, div.progressdownloaded, div.progressuploaded"],
"filters": ["query.attr('style')||''", "query.match(/width:([ \\d.]+)%/)", "(query && query.length>=2)?query[1]:null"]
},
"status": {
"selector": ["div.progressseeding", "div.progressfinished", "div.progressdownloading", "div.progressdownloaded"],
"selector": ["div.progressseeding", "div.progressfinished", "div.progressdownloading", "div.progressdownloaded", "div.progressuploaded[title='由我上传 ']", "div.progressuploaded[title='由我上传 , 正在做种 ']"],
"switchFilters": [
["2"],
["255"],
["1"],
["255"]
["255"],
["255"],
["2"]
]
}
}
Expand Down

0 comments on commit 83cc511

Please sign in to comment.