Update App.jsx via upload script - 2026-08-01 17:19:09

This commit is contained in:
mike 2026-08-01 17:19:32 +08:00
parent c656d3bf2a
commit 672044b37b
1 changed files with 1 additions and 1 deletions

View File

@ -4286,7 +4286,7 @@ function JmsLineCard({ line, ip, onRefreshIp, onCheck, onCopy, onQr, onDuplicate
const statusLabel = status === 'abnormal' ? '异常,无法连接' : status === 'checking' ? '检测中…' : '正常'; const statusLabel = status === 'abnormal' ? '异常,无法连接' : status === 'checking' ? '检测中…' : '正常';
const isVlessCdn = line.protocol === 'vless-cdn'; const isVlessCdn = line.protocol === 'vless-cdn';
const checkNote = isVlessCdn const checkNote = isVlessCdn
? '检测方式:请求WS路径看是否返回520-524源站不可达错误并做真实WebSocket握手不是单纯测TCP' ? '检测方式:TCP端口连通性测试HTTP状态码/WS握手结果仅作为附加参考不参与判定'
: '检测方式TCP端口连通性测试'; : '检测方式TCP端口连通性测试';
const ipDisplay = ip === 'resolving' ? '解析中…' : (ip || '点击右侧刷新解析'); const ipDisplay = ip === 'resolving' ? '解析中…' : (ip || '点击右侧刷新解析');