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() { }
diff --git a/src/forge/users/GeneralView/ConcentrateProject.jsx b/src/forge/users/GeneralView/ConcentrateProject.jsx index 36fe2f331..5a8a15b3f 100644 --- a/src/forge/users/GeneralView/ConcentrateProject.jsx +++ b/src/forge/users/GeneralView/ConcentrateProject.jsx @@ -87,7 +87,7 @@ function ConcentrateProject({ list.map((i,k)=>{ return(
  • - { window.location.href = `/${i.author && i.author.login}/${i.identifier}`}}className="name task-hide">{i.name} + {i.name}

    {i.description}

    {/* 项目标签 */} {i.topics &&