fix: ipv6 url in web (#487)

This commit is contained in:
jeessy2
2023-01-12 20:26:02 +08:00
committed by GitHub
parent f9e10cf7e1
commit 3adfc85ea9

View File

@ -534,7 +534,7 @@
if (label === "ipv4") {
document.getElementById('ipv4_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://myip4.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net'
} else {
document.getElementById('ipv6_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://myip6.ipip.net, https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me'
document.getElementById('ipv6_url_help').innerText = '支持多个接口, 使用半角逗号分隔。如: https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me, https://6.ipw.cn'
document.getElementById('IPv6RegDiv').style.display = 'none'
}
}