fix:修正读取0值判断。
This commit is contained in:
parent
3b82087eee
commit
1081f71f2a
@ -849,6 +849,7 @@ std::string CClient::handle_user_select(const std::unordered_map<int, std::strin
|
||||
for (const auto& pair : source) {
|
||||
handled_content.append(pair.second + "\n");
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
// 处理多个值的输入
|
||||
std::stringstream ss(input);
|
||||
|
Loading…
x
Reference in New Issue
Block a user