all articles to chiense filenames

This commit is contained in:
Ciro Santilli
2021-08-31 17:44:18 +01:00
parent 4fd53c43b0
commit 6c0c946a3a
5 changed files with 45 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ if (!isComment) {
'fuck.*\\b(mom|mum|mother)\\b',
'尼玛',
'去你吗',
'(日|操|草)(你|泥|拟)(马|吗|妈)',
'(日|操|草)(你|泥|拟)(马|吗|妈|没了)',
]
for (const word of fuckMotherWords) {
if (new RegExp(word, 'i').test(titleAndBody)) {