update 优化昵称含空格识别

This commit is contained in:
gallonyin
2023-08-26 16:58:49 +08:00
parent 55fdde846f
commit 08e92be321

View File

@@ -2176,6 +2176,9 @@ object WeworkOperationImpl {
flag = true
count += 1
}
if (select.contains(" ")) {
break
}
}
}
if (!flag) {