fix:修正读取0值判断。

This commit is contained in:
taynpg 2025-02-11 00:17:16 +08:00
parent 3b82087eee
commit 1081f71f2a

View File

@ -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);