feat(ui): 卡片迷你图改用 Chart.js,历史弹窗改为纯表格 - 新增 app/static/vendor/chart.umd.min.js(Chart.js 4.4.3 离线内嵌) - 卡片折线图:Chart.js line(无坐标轴、线色随状态、阈值虚线、动画关闭避免刷新闪烁) - renderAccounts 重绘前销毁旧 Chart 实例防泄漏 - 历史弹窗:移除图表,仅表格(时间/余额,sticky 表头,hover 高亮)

This commit is contained in:
2026-08-05 10:01:54 +08:00
parent 19bf8bfb38
commit 1cdb5c3aef
4 files changed
+134 -36

No files matched your search

+1
View File
@@ -139,6 +139,7 @@
<div id="toast-root"></div>
<script src="/static/icons.js"></script>
<script src="/static/vendor/chart.umd.min.js"></script>
<script src="/static/app.js"></script>
</body>
</html>