Skip to content

Commit

Permalink
feat(aihter): support complete status
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Jun 7, 2024
1 parent 500a53e commit 6735f83
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion resource/sites/aither.cc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,23 @@
"uploaded": "40TiB",
"privilege": "Mod Q skip, Special FL, Invite Forum, Sparkly name, HnR immunity"
}
]
],
"searchEntryConfig": {
"fieldSelector": {
"progress": {
"selector": ["span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons, span.torrent-icons > i.fas.fa-do-not-enter.torrent-icons", ""],
"switchFilters": [
["100"],
["null"]
]
},
"status": {
"selector": ["span.torrent-icons > i.fas.fa-arrow-circle-up.text-success.torrent-icons", "span.torrent-icons > i.fas.fa-do-not-enter.torrent-icons"],
"switchFilters": [
["2"],
["255"]
]
}
}
}
}

0 comments on commit 6735f83

Please sign in to comment.