feat: add AlwaysIgnoreUrls for URL filtering; update README and release version to 1.3-01
Build and Release / release (push) Successful in 1m43s

This commit is contained in:
2026-06-12 10:31:40 +07:00
parent 5aac0d6297
commit 48f801e05b
6 changed files with 176 additions and 87 deletions
+4
View File
@@ -23,6 +23,10 @@ var AlwaysIgnoreDomains = []string{
"autopatchos.starrails.com",
}
var AlwaysIgnoreUrls = []string{
"/query_security_file",
}
var BlockUrls = []string{
"/data_abtest_api/config/experiment/list",
"/common/hkrpg_global/announcement/api/getAlertPic",