Update App.jsx via upload script - 2026-08-01 17:19:09
This commit is contained in:
parent
c656d3bf2a
commit
672044b37b
2
App.jsx
2
App.jsx
|
|
@ -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 || '点击右侧刷新解析');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue