mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added some stats highlight keywords
This commit is contained in:
parent
ce268ef87d
commit
15a40decb8
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,8 @@ const coloredWords = {
|
||||||
'contacts.json',
|
'contacts.json',
|
||||||
'patreon',
|
'patreon',
|
||||||
'donate',
|
'donate',
|
||||||
'userfiles'
|
'userfiles',
|
||||||
|
'hasNewMsg'
|
||||||
],
|
],
|
||||||
blue: [
|
blue: [
|
||||||
'isadding',
|
'isadding',
|
||||||
|
@ -80,6 +81,7 @@ const filterFromDailyStats = [
|
||||||
'.xml',
|
'.xml',
|
||||||
'.aspx',
|
'.aspx',
|
||||||
'/questionDbs/',
|
'/questionDbs/',
|
||||||
|
'/chatFiles/'
|
||||||
]
|
]
|
||||||
|
|
||||||
// -----------------------------------------------------------------
|
// -----------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue