From 11315fcb17845d4c749953aac33c4e6c5cd6fe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Fri, 16 Jan 2026 10:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=A6=96=E9=A1=B5=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E5=88=A0=E9=99=A4=E6=80=BB=E6=95=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/projectHome/projectList/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/projectHome/projectList/index.jsx b/src/forge/projectHome/projectList/index.jsx index 505b60970..443365e96 100644 --- a/src/forge/projectHome/projectList/index.jsx +++ b/src/forge/projectHome/projectList/index.jsx @@ -108,7 +108,7 @@ function ProjectList() {
开源协作·共建生态
- {setSearchValue(e.target.value)}} suffix={{setSearch(searchValue)}}> + {setSearchValue(e.target.value)}} suffix={{setSearch(searchValue)}}> } onSearch={(value)=>{ setSearch(value) @@ -254,7 +254,7 @@ function ProjectList() {
{projectsListByHot.map(project => { - return + return {project.name}} key={project.id}>
{project.description || '暂无数据'}
})}