Compare commits

..
Author SHA1 Message Date
世界 985b17f1ed Merge category-*@cn to cn 2024-01-02 00:31:18 +08:00
+3 -1
View File
@@ -301,7 +301,9 @@ func generate(release *github.RepositoryRelease, output string, cnOutput string,
return err
}
cnCodes := []string{
"geolocation-cn",
"cn",
"geolocation-!cn",
"category-companies@cn",
}
cnDomainMap := make(map[string][]geosite.Item)
for _, cnCode := range cnCodes {