@ -167,9 +167,9 @@ func (s *stringOperate) ClearSpace(src string, spaceList ...string) string {
if len(spaceList) == 0 {
spaceList = []string{
" ",
`\r`,
`\n`,
`\t`,
"\\r",
"\\n",
"\\t",
}
for _, item := range spaceList {
The note is not visible to the blocked user.