This commit is contained in:
caishi 2021-03-27 13:09:43 +08:00
parent f05c3f322f
commit 88f56c7160
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function Index(props){
list.map((item,key)=>{
return(
<li>
<Link to={``} className="listName">{item.name}</Link>
<a href={`https://forgeplus.trustie.net/projects/jasder/build`} className="listName">{item.name}</a>
<AlignCenter className="listInfo">
<p className="listInfoDesc task-hide-2">{item.desc}</p>
<img src={item.imageurl || DefaultImg} alt="" width="48px" className="ml10"/>