From 3278b95bffbe85f5f0fb4d562df87b6414d931ce 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: Fri, 26 May 2023 14:42:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/admin/makehtml_archives_action.php | 4 ++--
src/admin/makehtml_list_action.php | 4 ++--
src/user/templets/index.htm | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/admin/makehtml_archives_action.php b/src/admin/makehtml_archives_action.php
index e6c67dba..b3b4cfec 100644
--- a/src/admin/makehtml_archives_action.php
+++ b/src/admin/makehtml_archives_action.php
@@ -79,8 +79,8 @@ $ttime = time() - $sstime;
$ttime = number_format(($ttime / 60), 2);
//返回提示信息
$tjlen = $totalnum > 0 ? ceil(($tjnum / $totalnum) * 100) : 100;
-$tjsta = "
";
-$tjsta .= "到达位置".($startdd + $pagesize).",用时{$ttime}分钟,完成更新文档总数$tjlen%";
+$tjsta = "";
+$tjsta .= "更新文档[id:".($startdd + $pagesize)."],用时{$ttime}分钟,完成更新文档总数$tjlen%";
//速度测试
if ($tjnum < $totalnum) {
$nurl = "makehtml_archives_action.php?endid=$endid&startid=$startid&typeid=$typeid";
diff --git a/src/admin/makehtml_list_action.php b/src/admin/makehtml_list_action.php
index 7d57a538..fe23f8a7 100644
--- a/src/admin/makehtml_list_action.php
+++ b/src/admin/makehtml_list_action.php
@@ -109,11 +109,11 @@ if ($nextpage >= $totalpage && $finishType) {
$typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : "";
if ($finishType) {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage";
- ShowMsg("更新栏目(id:".$tid."){$typename},继续更新栏目", $gourl, 0, 100);
+ ShowMsg("更新{$typename}栏目[id:".$tid."],继续更新栏目", $gourl, 0, 100);
exit();
} else {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno";
- ShowMsg("更新栏目(id:".$tid."){$typename},继续更新栏目", $gourl, 0, 100);
+ ShowMsg("更新{$typename}栏目[id:".$tid."],继续更新栏目", $gourl, 0, 100);
exit();
}
}
diff --git a/src/user/templets/index.htm b/src/user/templets/index.htm
index 299d04c3..dc33531e 100755
--- a/src/user/templets/index.htm
+++ b/src/user/templets/index.htm
@@ -76,7 +76,7 @@