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