Skip to content

Commit

Permalink
fix: the url of ipv4 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Feb 19, 2024
1 parent eec65a2 commit 52ef2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/constant.js
Expand Up @@ -195,7 +195,7 @@ const I18N_MAP = {
'Try it': 'Try it',
'Clear': 'Clear',
'OK': 'OK',
"Ipv4UrlHelp": "https://myip4.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net",
"Ipv4UrlHelp": "https://api.ipify.org, https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net",
"Ipv6UrlHelp": "https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me, https://6.ipw.cn",
"Ipv4NetInterfaceHelp": "Get IPv4 address through network card",
"Ipv6NetInterfaceHelp": "If you do not specify a matching regular expression, the first IPv6 address will be used by default",
Expand Down Expand Up @@ -248,7 +248,7 @@ const I18N_MAP = {
'Try it': '模拟测试Webhook',
'Clear': '清空',
'OK': '确定',
"Ipv4UrlHelp": "https://myip4.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net",
"Ipv4UrlHelp": "https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net",
"Ipv6UrlHelp": "https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me, https://6.ipw.cn",
"Ipv4NetInterfaceHelp": "通过网卡获取IPv4",
"Ipv6NetInterfaceHelp": "如不指定匹配正则表达式,将默认使用第一个 IPv6 地址",
Expand Down
2 changes: 1 addition & 1 deletion web/writing.html
Expand Up @@ -729,7 +729,7 @@ <h5 class="portlet__head">Webhook</h5>
Ipv4NetInterface: "",
Ipv4Url: i18n({
"en": "https://api.ipify.org, https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn",
"zh-cn": "https://myip4.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn",
"zh-cn": "https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn",
}),
Ipv6Cmd: "",
Ipv6Domains: "",
Expand Down

0 comments on commit 52ef2b7

Please sign in to comment.