Skip to content

Commit

Permalink
fix(ssd): system message count.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bright-W authored Jun 20, 2024
1 parent 4f786be commit d84e4dd
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 @@ -231,7 +231,7 @@
"merge": true,
"fields": {
"messageCount": {
"selector": ["a[href*='messages.php'] > b[style*='background: red']"],
"selector": ["a[href*='messages.php'] > b[style*='background: red'], a[href*='messages.php'] > b[style*='background: darkorange']"],
"filters": ["query.text().match(/(\\d+)/)", "(query && query.length>=2)?parseInt(query[1]):0"]
}
}
Expand Down

0 comments on commit d84e4dd

Please sign in to comment.