镜像地址增加跳转链接

This commit is contained in:
caishi 2021-07-02 15:35:43 +08:00
parent 62b9abedbb
commit e48628389e
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class Detail extends Component {
} }
{ {
projectDetail && projectDetail.type && projectDetail.type !== 0 ? projectDetail && projectDetail.type && projectDetail.type !== 0 ?
<span className="color-grey-9">镜像自 <span className="color-grey-6">{projectDetail.mirror_url}</span></span> <span className="color-grey-9">镜像自 <a className="color-grey-6" target="_blank" href={projectDetail.mirror_url}>{projectDetail.mirror_url}</a></span>
:"" :""
} }
</div> </div>