From 471d5c3e707793490a27e2a9dfc35eb91e5afe64 Mon Sep 17 00:00:00 2001 From: tiglog Date: Mon, 25 Sep 2023 16:22:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BF=BB=E8=AF=91=E4=BF=AE=E6=94=B9?= 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 f7a67ec..f7b48f6 100644 --- a/helper/str_helper.go +++ b/helper/str_helper.go @@ -210,7 +210,7 @@ func GetCjkRange(code int) string { } else if code >= 0x17000 && code <= 0x187F7 { result = "西夏文" } else if code >= 0x18800 && code <= 0x18AFF { - result = "西夏文组件" + result = "西夏文部件" } else if code >= 0x18D00 && code <= 0x18D08 { result = "西夏文补充" } else if code >= 0x18B00 && code <= 0x18CFF {