From c72fc7caba0f41bdf5fa97aac75d960ca2ad888f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 23 Jan 2024 10:59:48 +0800 Subject: [PATCH] Update cn usage --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index f3e746b03..8bc68db70 100644 --- a/main.go +++ b/main.go @@ -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 {