From 8055eb3b648665f15a0b2383ff600ef3e72ba6c3 Mon Sep 17 00:00:00 2001 From: taotao Date: Mon, 14 Oct 2024 13:53:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20simpleadmin/www/index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleadmin/www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index 439cd11..b042343 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -712,7 +712,7 @@ .split(",")[1]; if (sim_status == 1) { - this.simStatus = "活动"; + this.simStatus = "已激活"; } else if (sim_status == 0) { this.simStatus = "无SIM卡"; } @@ -729,7 +729,7 @@ } else if (current_sim == 2) { this.activeSim = "SIM 2"; } else { - this.activeSim = "No SIM"; + this.activeSim = "无SIM"; } // --- Network Provider ---