mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 11:06:24 +00: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> |