Skip to content

Commit 2ce1c99

Browse files
committed
Update.
1 parent 252cc6a commit 2ce1c99

File tree

9 files changed

+250
-293
lines changed

9 files changed

+250
-293
lines changed

html/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,8 @@ <h2>IP 详细信息</h2>
9999
<span class="info-value">{{ .PostalCode }}</span>
100100
</div>
101101
<div class="info-item">
102-
<span class="info-label">纬度</span>
103-
<span class="info-value">{{ .Latitude }}</span>
104-
</div>
105-
<div class="info-item">
106-
<span class="info-label">经度</span>
107-
<span class="info-value">{{ .Longitude }}</span>
102+
<span class="info-label">经纬度</span>
103+
<span class="info-value">{{ .Latitude }},{{ .Longitude }}</span>
108104
</div>
109105
<div class="info-item">
110106
<span class="info-label">时区</span>
@@ -140,7 +136,7 @@ <h2>IP 详细信息</h2>
140136
<!-- 地图和捐助区域 -->
141137
<div class="location-section">
142138
<div class="button-row">
143-
<button class="map-btn" onclick="showMap()" title="查看地图 - MapTiler Streets v2 简化版">
139+
<button class="map-btn" onclick="showMap()" title="查看地图 - MapTiler Basic v2 简化版">
144140
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
145141
<path
146142
d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" />

0 commit comments

Comments
 (0)