From 6cd85363ec1a4259c8e02c54f072657b2a00f3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/index.htm | 3 +-- src/admin/templets/index_body.htm | 12 ++++++------ src/system/taglib/channel.lib.php | 7 +++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/admin/templets/index.htm b/src/admin/templets/index.htm index e8d05977..85c45f78 100644 --- a/src/admin/templets/index.htm +++ b/src/admin/templets/index.htm @@ -14,8 +14,7 @@
操作系统
- -WEB服务器
- +软件版本
+IP地址
操作系统
+ / +PHP版本
diff --git a/src/system/taglib/channel.lib.php b/src/system/taglib/channel.lib.php index 8bac5a80..40df44c4 100755 --- a/src/system/taglib/channel.lib.php +++ b/src/system/taglib/channel.lib.php @@ -91,10 +91,13 @@ function lib_channel(&$ctag, &$refObj) $row['typelink'] = GetOneTypeUrlA($row); $linkOkstr = str_replace("~rel~", $row['rel'], $linkOkstr); $linkOkstr = str_replace("~id~", $row['id'], $linkOkstr); + $linkOkstr = str_replace("~typename~", $row['typename'], $linkOkstr); + $linkOkstr = str_replace("~cnoverview~", $row['cnoverview'], $linkOkstr); + $linkOkstr = str_replace("~enname~", $row['enname'], $linkOkstr); + $linkOkstr = str_replace("~enoverview~", $row['enoverview'], $linkOkstr); + $linkOkstr = str_replace("~typelink~", $row['typelink'], $linkOkstr); $linkOkstr = str_replace("~bigpic~", $row['bigpic'], $linkOkstr); $linkOkstr = str_replace("~litimg~", $row['litimg'], $linkOkstr); - $linkOkstr = str_replace("~typelink~", $row['typelink'], $linkOkstr); - $linkOkstr = str_replace("~typename~", $row['typename'], $linkOkstr); $likeType .= $linkOkstr; } else { $row['typelink'] = $row['typeurl'] = GetOneTypeUrlA($row);