Final review multi_apps fix the rest part

This commit is contained in:
yuanmengqi
2025-07-12 20:28:55 +00:00
parent dbecf46057
commit 97ed6f99b0
5 changed files with 38 additions and 23 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(?:&|$|#).*"
}
}
}