From 71e1f541d4e519cad51295514a342a306444cb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 24 May 2024 10:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=80=9A=E8=BF=87=E5=8F=B3=E9=94=AE=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/IndexItem.js | 6 +++--- src/forge/Main/projecthome/Index.jsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js index 49e87bd27..dab19841f 100644 --- a/src/forge/Main/IndexItem.js +++ b/src/forge/Main/IndexItem.js @@ -24,18 +24,18 @@ class IndexItem extends Component {
{ item.platform === "educoder" ? - + : - { window.location.href = `/${item.author && item.author.login}/${item.identifier}` }} className="show-user-link"> + }
- { window.location.href = `/${item.author && item.author.login}/${item.identifier}` }} title={`${item.author.name}/${item.name}`} className="color-grey-3 font-18 task-hide " style={{maxWidth: 470 }}> + {item.author.name}/{item.name} { !item.is_public && 私有 } diff --git a/src/forge/Main/projecthome/Index.jsx b/src/forge/Main/projecthome/Index.jsx index 503c4cf88..99eec49ee 100644 --- a/src/forge/Main/projecthome/Index.jsx +++ b/src/forge/Main/projecthome/Index.jsx @@ -114,7 +114,7 @@ function Index() { }