Merge branch 'main' into fix_chrome

This commit is contained in:
yuanmengqi
2025-07-13 10:16:08 +00:00
parent a16b54c175
commit 572a94b6df
15 changed files with 228 additions and 128 deletions

View File

@@ -65,7 +65,7 @@
"type": "rule",
"rules": {
"expect": {
"pattern": "https?://(www\\.?)?google\\.com/search\\?q=nereida(&|$)"
"pattern": "(?i)https?://(?:www\\.)?google\\.com/search\\?q=nereida(?:&|$|#).*"
}
}
}