feat(app): update

This commit is contained in:
Yangtao
2025-11-18 18:33:22 +08:00
parent 6e56cab848
commit 7c0ad28e96
27 changed files with 20 additions and 673 deletions

View File

@ -17,10 +17,7 @@ func IsWhiteIp(ip string) (result bool) {
result = false
whiteList := []string{
"120.53.99.84",
"175.11.144.242",
}
whiteList := []string{}
result = IsInStringList(ip, whiteList)