From 3dbefffc99e90e8d903c2b143b5cdb5284643425 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: Wed, 10 May 2023 18:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user/album_add.php | 6 +++--- src/user/album_edit.php | 4 ++-- src/user/archives_add.php | 2 +- src/user/archives_sg_add.php | 2 +- src/user/soft_add.php | 4 ++-- src/user/soft_edit.php | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/user/album_add.php b/src/user/album_add.php index 56f94048..89dfb47c 100755 --- a/src/user/album_add.php +++ b/src/user/album_add.php @@ -12,11 +12,11 @@ require_once(dirname(__FILE__)."/config.php"); //禁止游客投稿 CheckRank(0, 0); if ($cfg_mb_lit == 'Y') { - ShowMsg("由于系统开启了会员空间精简版,您浏览的功能不可用", "-1"); + ShowMsg("系统开启精简会员空间,您浏览的功能不可用", "-1"); exit(); } if ($cfg_mb_album == 'N') { - ShowMsg("由于系统关闭了图片功能,您浏览的功能不可用", "-1"); + ShowMsg("系统关闭了图片功能,您浏览的功能不可用", "-1"); exit(); } require_once(DEDEINC."/dedetag.class.php"); @@ -36,7 +36,7 @@ if (empty($dopost)) { $query = "SELECT * FROM `#@__channeltype` WHERE id='$channelid'; "; $cInfos = $dsql->GetOne($query); if (!is_array($cInfos)) { - ShowMsg('图片模型参数不正确', '-1'); + ShowMsg('模型参数不正确', '-1'); exit(); } //检查会员等级和类型限制 diff --git a/src/user/album_edit.php b/src/user/album_edit.php index 8a4f5c74..7befff39 100755 --- a/src/user/album_edit.php +++ b/src/user/album_edit.php @@ -12,11 +12,11 @@ require_once(dirname(__FILE__)."/config.php"); //禁止游客投稿 CheckRank(0, 0); if ($cfg_mb_lit == 'Y') { - ShowMsg("由于系统开启会员空间精简版,您浏览的功能不可用", "-1"); + ShowMsg("系统开启精简会员空间,您浏览的功能不可用", "-1"); exit(); } if ($cfg_mb_album == 'N') { - ShowMsg("由于系统关闭了图片功能,您浏览的功能不可用", "-1"); + ShowMsg("系统关闭了图片功能,您浏览的功能不可用", "-1"); exit(); } require_once(DEDEINC."/dedetag.class.php"); diff --git a/src/user/archives_add.php b/src/user/archives_add.php index 5ce2a350..f92a57dd 100755 --- a/src/user/archives_add.php +++ b/src/user/archives_add.php @@ -27,7 +27,7 @@ if ($cfg_ml->IsSendLimited()) { if (empty($dopost)) { $cInfos = $dsql->GetOne("SELECT * FROM `#@__channeltype` WHERE id='$channelid';"); if (!is_array($cInfos)) { - ShowMsg('模型不存在', '-1'); + ShowMsg('模型参数不正确', '-1'); exit(); } //检查会员等级和类型限制 diff --git a/src/user/archives_sg_add.php b/src/user/archives_sg_add.php index a5e5e952..00c18de3 100755 --- a/src/user/archives_sg_add.php +++ b/src/user/archives_sg_add.php @@ -27,7 +27,7 @@ if ($cfg_ml->IsSendLimited()) { if (empty($dopost)) { $cInfos = $dsql->GetOne("SELECT * FROM `#@__channeltype` WHERE id='$channelid';"); if (!is_array($cInfos)) { - ShowMsg('模型不存在', '-1'); + ShowMsg('模型参数不正确', '-1'); exit(); } //检查会员等级和类型限制 diff --git a/src/user/soft_add.php b/src/user/soft_add.php index 93c624e3..c5dabc24 100755 --- a/src/user/soft_add.php +++ b/src/user/soft_add.php @@ -12,7 +12,7 @@ require_once(dirname(__FILE__)."/config.php"); //禁止游客投稿 CheckRank(0, 0); if ($cfg_mb_lit == 'Y') { - ShowMsg("由于系统开启了会员空间精简版,您浏览的功能不可用", "-1"); + ShowMsg("系统开启精简会员空间,您浏览的功能不可用", "-1"); exit(); } require_once(DEDEINC."/dedetag.class.php"); @@ -30,7 +30,7 @@ if ($cfg_ml->IsSendLimited()) { if (empty($dopost)) { $cInfos = $dsql->GetOne("SELECT * FROM `#@__channeltype` WHERE id='$channelid';"); if (!is_array($cInfos)) { - ShowMsg('模型不正确', '-1'); + ShowMsg('模型参数不正确', '-1'); exit(); } //检查会员等级和类型限制 diff --git a/src/user/soft_edit.php b/src/user/soft_edit.php index 0af912c6..06d9c1aa 100755 --- a/src/user/soft_edit.php +++ b/src/user/soft_edit.php @@ -24,7 +24,7 @@ if (empty($dopost)) { $dsql->SetQuery($arcQuery); $row = $dsql->GetOne($arcQuery); if (!is_array($row)) { - ShowMsg("读取文档基本信息出错", "-1"); + ShowMsg("读取文档信息出错", "-1"); exit(); } else if ($row['arcrank'] >= 0) { $dtime = time();