mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 19:43:49 +08:00
commit
c6f701e8c8
@ -414,7 +414,7 @@ func CQCodeUnescapeText(content string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func CQCodeUnescapeValue(content string) string {
|
func CQCodeUnescapeValue(content string) string {
|
||||||
ret := CQCodeUnescapeText(content)
|
ret := strings.ReplaceAll(content, ",", ",")
|
||||||
ret = strings.ReplaceAll(ret, ",", ",")
|
ret = CQCodeUnescapeText(ret)
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user