ServerStatus主题首页增加服务器世界分布图功能 (#344)

This commit is contained in:
nap0o
2024-04-08 10:31:28 -04:00
committed by GitHub
parent d38f611d66
commit 8ef5dfb8f8
10 changed files with 230 additions and 10 deletions

View File

@@ -5,6 +5,9 @@
</p>
</footer>
<aside class="toolbox">
<span v-if="page=='index' && countryMapChartData.length!=0" class="showMapChart">
<i @click="showMapChart" data-toggle="modal" data-target="#mapChartBox" class="bi bi-geo-alt"></i>
</span>
<span class="toggleView">
<i v-if="showGroup" @click="toggleView" class="show-nogroup bi bi-justify"></i>
<i v-else @click="toggleView" class="show-group bi bi-view-stacked"></i>