feat: 服务器资源趋势图表(Chart.js本地化+CPU/内存/磁盘趋势)

This commit is contained in:
gouki
2026-08-02 21:52:29 +00:00
parent e53361d1e4
commit d15fe834b3
3 changed files with 49 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
<script src="/static/js/tailwind.js"></script>
<script>tailwind.config = { darkMode: 'class' };</script>
<script src="/static/js/vue.global.prod.js"></script>
<script src="/static/js/chart.umd.js"></script>
<script>window.APP_CONFIG = { appName: "{{ app_name }}" };</script>
<style>
html { -webkit-tap-highlight-color: transparent; }