fix: 修复网络测试,telnet的bug

v2-dev
xiaojunnuo 2025-10-25 00:15:40 +08:00
parent c77645e173
commit c03a70fde2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export class NetTestService {
// 判断测试是否成功
const success = this.isWindows()
? output.includes('端口连接成功')
: output.includes('Connected to');
: output.includes(' open');
// 处理结果
return {