Update cn usage

This commit is contained in:
世界 2024-01-23 10:59:48 +08:00
parent fc71b5c331
commit c72fc7caba
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

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 {