update 优化昵称含空格识别
This commit is contained in:
@@ -2176,6 +2176,9 @@ object WeworkOperationImpl {
|
||||
flag = true
|
||||
count += 1
|
||||
}
|
||||
if (select.contains(" ")) {
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!flag) {
|
||||
|
||||
Reference in New Issue
Block a user