Skip to content

Commit

Permalink
style: unit3d模板缩进调整以便于比对
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed May 7, 2022
1 parent 6f4b87a commit 3cfcf15
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions resource/schemas/UNIT3D/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
"searchEntryConfig": {
"page": "/torrents",
"queryString": "perPage=100&name=$key$",
"area": [
{
"name": "IMDB",
"keyAutoMatch": "^(tt\\d+)$",
"queryString": "perPage=100&imdbId=$key$",
"replaceKey": [
"tt",
""
]
}
],
"area": [{
"name": "IMDB",
"keyAutoMatch": "^(tt\\d+)$",
"queryString": "perPage=100&imdbId=$key$",
"replaceKey": [
"tt", ""
]
}],
"fieldSelector": {
"progress": {
"selector": ["button.btn.btn-success.btn-circle", "button.btn.btn-warning.btn-circle, button.btn.btn-info.btn-circle", ""],
Expand Down

0 comments on commit 3cfcf15

Please sign in to comment.