Skip to content

Commit

Permalink
fix(ssd): message count
Browse files Browse the repository at this point in the history
  • Loading branch information
Bright-W authored Nov 21, 2023
1 parent 6754b4f commit 9fe80f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/springsunday.net/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"merge": true,
"fields": {
"messageCount": {
"selector": ["a[href*='messages.php'][style*='background: red']"],
"selector": ["a[href*='messages.php'] > b[style*='background: red']"],
"filters": ["query.text().match(/(\\d+)/)", "(query && query.length>=2)?parseInt(query[1]):0"]
}
}
Expand Down

0 comments on commit 9fe80f6

Please sign in to comment.