-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0415af8
commit 1a6888e
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<title>IP 状态查看</title> | ||
<link rel="stylesheet" href="res/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="IP 状态查看"> | ||
<meta name="keywords" content="IP 状态查看"> | ||
|
@@ -42,7 +43,7 @@ <h1>IP 状态查看</h1> | |
<h4 id="ipTitle">国内 IP</h4> | ||
</div> | ||
<div class="col text-right"> | ||
<a href="javascript:getIPFromTaobao()" class="btn btn-primary">刷新</a> | ||
<a href="javascript:getIPFromTaobao()" class="btn btn-light"><i class="bi bi-arrow-clockwise"></i></a> | ||
</div> | ||
</div> | ||
<div id="result_0"></div> | ||
|
@@ -53,7 +54,7 @@ <h4 id="ipTitle">国内 IP</h4> | |
<h4>国外 IP</h4> | ||
</div> | ||
<div class="col text-right"> | ||
<a href="javascript:getIPFromIpapi()" class="btn btn-primary">刷新</a> | ||
<a href="javascript:getIPFromIpapi()" class="btn btn-light"><i class="bi bi-arrow-clockwise"></i></a> | ||
</div> | ||
</div> | ||
<div id="result_1"></div> | ||
|
@@ -64,7 +65,7 @@ <h4>国外 IP</h4> | |
<h4>可用性检测</h4> | ||
</div> | ||
<div class="col text-right"> | ||
<a href="javascript:checkConnectivity()" class="btn btn-primary">刷新</a> | ||
<a href="javascript:checkConnectivity()" class="btn btn-light"><i class="bi bi-arrow-clockwise"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters