diff --git a/sdcard/web/index.htm b/sdcard/web/index.htm index 61ad358..0635b10 100644 --- a/sdcard/web/index.htm +++ b/sdcard/web/index.htm @@ -1077,7 +1077,7 @@

应用模组监控

html += `
-
${coreLabel} ${core.id}
+
${coreLabel} ${core.id + 1}
${usage.toFixed(1)}%
@@ -1447,7 +1447,7 @@

应用模组监控

html += `
-
${coreLabel} ${core.id}
+
${coreLabel} ${core.id + 1}
${usage.toFixed(1)}%