fix: 修复内存使用率图标不显示问题

- ri-memory-card-line 不是有效的 Remix Icon
- 替换为 ri-database-2-line 图标
This commit is contained in:
2026-04-24 10:42:29 +08:00
parent 69ade8dcbb
commit cd5bdb5938
2 changed files with 30023 additions and 1 deletions

2
app.py
View File

@@ -1446,7 +1446,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
</div>
<div class="threshold-item">
<div class="threshold-label">
<i class="ri-memory-card-line threshold-icon text-green-400"></i>
<i class="ri-database-2-line threshold-icon text-green-400"></i>
<span class="text-gray-300 text-sm">内存使用率</span>
</div>
<div class="flex items-center gap-2">

30022
logs/app.log

File diff suppressed because it is too large Load Diff