From 6c008748748751388f2ea54a022c3a7ba6cdc549 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Sun, 22 May 2022 23:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/js/indexbody.js | 8 ++++---- src/admin/templets/index_body.htm | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/admin/js/indexbody.js b/src/admin/js/indexbody.js index cb7c502c..b24d90bd 100644 --- a/src/admin/js/indexbody.js +++ b/src/admin/js/indexbody.js @@ -34,12 +34,12 @@ function DedeCopyToClipboard(text) { $(function () { $.get("index_testenv.php", function (data) { if (data !== '') { - $("#tips").html(data); + $("#body-tips").html(data); } }); $.get("index_body.php?dopost=get_articles", function (data) { if (data !== '') { - $("#newarticles").html(data); + $("#system-word").html(data); } }); }); @@ -131,9 +131,9 @@ function LoadServer() { `; } infoStr += ""; - $("#_systeminfo").html(infoStr); + $("#system-info").html(infoStr); } else { - $("#_systeminfo").html(` + $("#system-info").html(` diff --git a/src/admin/templets/index_body.htm b/src/admin/templets/index_body.htm index b8535d1d..6b241ea2 100644 --- a/src/admin/templets/index_body.htm +++ b/src/admin/templets/index_body.htm @@ -19,7 +19,7 @@
-
+
@@ -106,7 +106,7 @@
版本授权
-
正在加载
+
正在加载
@@ -120,7 +120,7 @@
最新文档
-
正在加载
+
正在加载