mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 06:27:23 +08:00
20 lines
325 B
Vue
20 lines
325 B
Vue
<script setup>
|
|
|
|
</script>
|
|
<template>
|
|
<div>
|
|
<div style="text-align: center">
|
|
<h2>地理分布</h2>
|
|
<p>数据来源于Liteyuki API</p>
|
|
</div>
|
|
<div id="main-chart" style="width: 100%; height: 600px;"></div>
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<style scoped>
|
|
#main-chart {
|
|
width: 100px;
|
|
height: 600px;
|
|
}
|
|
</style> |