mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 09:37:29 +08:00
22 lines
654 B
HTML
22 lines
654 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh" xmlns="http://www.w3.org/1999/html">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Liteyuki Stats Message</title>
|
|
<link rel="stylesheet" href="./css/card.css">
|
|
<link rel="stylesheet" href="./css/fonts.css">
|
|
<link rel="stylesheet" href="./css/stat_msg.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<template id="sign-chart-template">
|
|
<div class="info-box sign-chart">
|
|
</div>
|
|
</template>
|
|
<div class="data-storage" id="data">{{ data | tojson }}</div>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/5.5.0/echarts.min.js"></script>
|
|
<script src="./js/stat_msg.js"></script>
|
|
<script src="./js/card.js"></script>
|
|
</body> |