mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 14:30:10 +08:00
✏️ 修改戳别字
This commit is contained in:
parent
a4592465dc
commit
3a293f5e2d
@ -236,7 +236,7 @@ func clearNewLineSuffix(text string) string {
|
|||||||
return text
|
return text
|
||||||
}
|
}
|
||||||
|
|
||||||
// 截断过程文本
|
// 截断过长文本
|
||||||
func cutTooLong(text string) string {
|
func cutTooLong(text string) string {
|
||||||
temp := []rune(text)
|
temp := []rune(text)
|
||||||
count := 0
|
count := 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user