fix: 修复路径为相对路径

This commit is contained in:
2025-12-29 10:03:06 +08:00
parent cebe536121
commit 081f63c1d4

View File

@@ -9,7 +9,7 @@
<script src="https://cdn.tailwindcss.com"></script>
<!-- ECharts -->
<script src="/static/js/echarts.min.js"></script>
<script src="static/js/echarts.min.js"></script>
</head>
<body class="bg-gray-100 text-gray-800">