Skip to content

Commit

Permalink
修复FileList用户信息读取错误的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luckiestone committed Sep 5, 2022
1 parent a31766c commit 6bd3e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/filelist.io/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"page": "/index.php",
"fields": {
"id": {
"selector": "a[href*='userdetails.php']:last",
"selector": "a[href*='userdetails.php']:first",
"attribute": "href",
"filters": ["query ? query.getQueryString('id'):''"]
},
"name": {
"selector": "a[href*='userdetails.php']:last"
"selector": "a[href*='userdetails.php']:eq(1)"
},
"isLogged": {
"selector": ["a[href*='logout.php']"],
Expand Down

0 comments on commit 6bd3e33

Please sign in to comment.