Skip to content

Commit

Permalink
update 优化昵称含空格识别
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed Aug 26, 2023
1 parent 55fdde8 commit 08e92be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,9 @@ object WeworkOperationImpl {
flag = true
count += 1
}
if (select.contains(" ")) {
break
}
}
}
if (!flag) {
Expand Down

0 comments on commit 08e92be

Please sign in to comment.