feat: implement EmptyUrls response handling and add release version configuration
Build and Release / release (push) Successful in 1m35s

This commit is contained in:
2026-06-12 12:17:41 +07:00
parent 48f801e05b
commit 2e6f54b7e7
3 changed files with 16 additions and 3 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ var AlwaysIgnoreDomains = []string{
"autopatchos.starrails.com",
}
var AlwaysIgnoreUrls = []string{
var AlwaysIgnoreUrls = []string{}
var EmptyUrls = []string{
"/query_security_file",
}