|
|
@@ -28,8 +28,6 @@
|
|
|
<label class="floating-label" for="ip">要解封的IP</label>
|
|
|
<input class="form-control maxwidth-edit" id="ip" type="text">
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
|
|
|
<div class="card-action">
|
|
|
@@ -40,6 +38,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="card">
|
|
|
+ <div class="card-main">
|
|
|
+ <div class="card-inner">
|
|
|
+ <p>IP 归属地查询(Powered by <a href="https://skk.moe" target="_blank">Sukka</a>)</p>
|
|
|
+
|
|
|
+ <iframe src="https://find-ip.skk.moe" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr" sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts" style="width:100%;height:100px;border:0;border-radius:4px;overflow:hidden"></iframe>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="table-responsive">
|
|
|
{include file='table/table.tpl'}
|
|
|
</div>
|