From 8bbe9212ae5419dc44a340c4d97c8f2a6b4ee3b2 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 12 Jun 2026 16:03:57 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97=E6=96=B0=E9=97=BB=E8=B5=84?=
=?UTF-8?q?=E8=AE=AF=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE=E2=80=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Information/Pages/selfList.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx
index 6a8757fd..20faccbd 100644
--- a/src/forge/Information/Pages/selfList.jsx
+++ b/src/forge/Information/Pages/selfList.jsx
@@ -244,7 +244,7 @@ function SelfList(props){
{source==="projects" ? "更新于":"创建于"}{i.timeAgo || moment(i.createTime).format("YYYY/MM/DD")}
- {source==="source" || (source==="news" && status===1) && 编辑 }
+ {source==="source" || (source==="news" && i.auditType.split('-')[0]!=="delete") && 编辑 }
{
source==="projects"?
handleRemove(i.name,i.id)}>移除