From c04ed36469647cc58288f80ce4f84f2867f008df Mon Sep 17 00:00:00 2001
From: lxb <1580622474@qq.com>
Date: Sun, 1 Jun 2025 11:56:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=98=E5=82=A8=E7=A9=BA?=
=?UTF-8?q?=E9=97=B4=E5=A2=9E=E5=8A=A0=E5=8F=AF=E4=BB=A5=E7=9C=8B=E5=89=A9?=
=?UTF-8?q?=E4=BD=99=E7=A9=BA=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/index.html | 2 +-
web/js/script.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/index.html b/web/index.html
index bfb9742..39708e9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -18,7 +18,7 @@
diff --git a/web/js/script.js b/web/js/script.js
index 3ae45e9..4a085cb 100644
--- a/web/js/script.js
+++ b/web/js/script.js
@@ -205,7 +205,7 @@ function displayServerData(data){
tmpClass = "state-occupy";
else if (availableNum / totalNum < 0.3)
tmpClass = "state-light-occupy";
- storageInfo.innerHTML += '' + targetPath + " : ' + targetPath + " : " + availableStorage + " / " + totalStorage + "
";
}