Skip to content

Commit

Permalink
fix: ipv6 url in web (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 authored Jan 12, 2023
1 parent f9e10cf commit 3adfc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h5 class="portlet__head">Webhook</h5>
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'
}
}
Expand Down

0 comments on commit 3adfc85

Please sign in to comment.