From af8a90bba1e20b856670af16f52c153df0248bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Fri, 16 Jan 2026 11:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=BA=90=E4=BB=A3=E7=A0=81=E5=BA=93?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=BA=93=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/projectHome/projectList/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/projectHome/projectList/index.jsx b/src/forge/projectHome/projectList/index.jsx index 443365e96..3d91186b4 100644 --- a/src/forge/projectHome/projectList/index.jsx +++ b/src/forge/projectHome/projectList/index.jsx @@ -144,7 +144,7 @@ function ProjectList() { {/* 推荐仓库列表一行三个 */} {bannerProjects2 && !!bannerProjects2.length &&
{bannerProjects2.map((i, index) => { - const url = i.author ? `/${i.author.login}/${i.identifier}${i.author.login === "gh_mirrors" ? "/about" : "/about"}` : `` + const url = i.author ? `/${i.author.login}/${i.identifier}` : `` const { author = {} } = i; return
{i.topics &&
@@ -188,7 +188,7 @@ function ProjectList() { {projectsList.map(i => { const { author = {} } = i; - const url = i.author ? `/${i.author.login}/${i.identifier}${i.author.login === "gh_mirrors" ? "/about" : "/about"}` : `` + const url = i.author ? `/${i.author.login}/${i.identifier}` : `` return