From 1addae31633353453daa8fa92d6b71398a7f9941 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 28 Mar 2025 16:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5-banner=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/CoderDepot.jsx | 2 +- src/home/Index.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/forge/Main/CoderDepot.jsx b/src/forge/Main/CoderDepot.jsx index cce62eea1..4b4492bb8 100644 --- a/src/forge/Main/CoderDepot.jsx +++ b/src/forge/Main/CoderDepot.jsx @@ -717,7 +717,7 @@ function CoderDepot(props){ /> } - {__CLIENT__ && projectDetail && projectDetail.project_id && !projectDetail.private && } + {/* {__CLIENT__ && projectDetail && projectDetail.project_id && !projectDetail.private && } */} {/* 贡献者 */} {mirror_status ===0 && } {/* 项目画像: 导入/fork项目不展示, open_portrait后台配置是否开启仓库 */} diff --git a/src/home/Index.jsx b/src/home/Index.jsx index 2133f845e..c121c5292 100644 --- a/src/home/Index.jsx +++ b/src/home/Index.jsx @@ -98,9 +98,9 @@ function Index(props) { { bannerTab.map((i,k)=>{ return( - k < 3 && -1 ? "https://www.gitlink.org.cn":""}/zone/${ZoneInfo.identify}/newdetail/${i.id}`} target="_blank" className="font-18"> + k < 3 &&
  • - {i.name} + {i.title}
  • )