From 9a4a94d67292473d81487b98b6f9417f4acc7760 Mon Sep 17 00:00:00 2001 From: Alfred Date: Sat, 10 Jan 2026 18:38:43 +0800 Subject: [PATCH] Fix model startup placeholder text --- sdcard/web/index.htm | 493 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 397 insertions(+), 96 deletions(-) diff --git a/sdcard/web/index.htm b/sdcard/web/index.htm index f860e7a..78f62f7 100644 --- a/sdcard/web/index.htm +++ b/sdcard/web/index.htm @@ -350,6 +350,15 @@ border-radius: 10px; } + /* 系统信息卡片:不需要白底底板(避免与玻璃拟态卡片风格冲突) */ + #systemContent .memory-chart, + #lpmuSystemContent .memory-chart { + margin-top: 0; + padding: 0; + background: transparent; + border-radius: 0; + } + .memory-item { display: flex; flex-direction: column; @@ -1209,6 +1218,9 @@

应用模组监控