更新 simpleadmin/www/index.html

This commit is contained in:
taotao 2024-10-14 13:53:52 +00:00
parent 8d8f8d835e
commit 8055eb3b64

View File

@ -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 ---