Update cn usage

This commit is contained in:
世界
2024-01-23 10:59:48 +08:00
parent fc71b5c331
commit c72fc7caba

View File

@@ -301,8 +301,7 @@ func generate(release *github.RepositoryRelease, output string, cnOutput string,
return err
}
cnCodes := []string{
"cn",
"geolocation-!cn",
"geolocation-cn",
}
cnDomainMap := make(map[string][]geosite.Item)
for _, cnCode := range cnCodes {