diff options
| author | 世界 <[email protected]> | 2024-01-23 10:59:48 +0800 |
|---|---|---|
| committer | 世界 <[email protected]> | 2024-01-23 10:59:48 +0800 |
| commit | c72fc7caba0f41bdf5fa97aac75d960ca2ad888f (patch) | |
| tree | a3fe3ce2223a9558f5fc556b4295df469a3f32e3 | |
| parent | fc71b5c331b4166c9f9169a3f85fdeb805d8b64b (diff) | |
Update cn usage20240123112230
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 { |
