From f8fe348e1e8950d55f8e7ad667667f1aa89145c1 Mon Sep 17 00:00:00 2001 From: tiglog Date: Mon, 25 Sep 2023 23:49:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper/str_helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/str_helper.go b/helper/str_helper.go index a984bae..01ed921 100644 --- a/helper/str_helper.go +++ b/helper/str_helper.go @@ -246,7 +246,7 @@ func GetCjkRange(code int) string { } else if code >= 0x3190 && code <= 0x319F { result = "汉文训读" } else if code >= 0x3200 && code <= 0x32FF { - result = "中日韩带圈字符及月份" + result = "带圈字符及月份" } else if code >= 0x1F100 && code <= 0x1F1FF { result = "带圈字母数字补充" } else if code >= 0x1F200 && code <= 0x1F2FF {