优化结构

This commit is contained in:
CN-JS-HuiBai
2026-04-05 17:12:48 +08:00
parent dc865c6d9d
commit d595397f08
3 changed files with 128 additions and 23 deletions

View File

@@ -242,7 +242,8 @@
<h2 class="chart-title">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" class="chart-title-icon">
<circle cx="12" cy="12" r="10" />
<path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
<path
d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
</svg>
全球服务器分布
</h2>
@@ -279,6 +280,13 @@
服务器详情
</h2>
<div class="chart-header-right">
<button id="btnResetSort" class="btn-icon-sm" title="重置排序">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"></path>
<path d="M3 3v5h5"></path>
</svg>
</button>
<select id="sourceFilter" class="source-select">
<option value="all">所有数据源</option>
</select>