✏️ 修改戳别字

This commit is contained in:
Yiwen-Chan 2021-04-30 18:20:14 +08:00
parent a4592465dc
commit 3a293f5e2d

View File

@ -236,7 +236,7 @@ func clearNewLineSuffix(text string) string {
return text
}
// 截断过文本
// 截断过文本
func cutTooLong(text string) string {
temp := []rune(text)
count := 0