开源夏令营issue

This commit is contained in:
谢思 2022-04-12 14:46:50 +08:00 committed by caishi
parent 43be508702
commit 72ec7103d0
7 changed files with 14 additions and 10 deletions

View File

@ -11,9 +11,9 @@ function Help(props) {
// wiki // wiki
useEffect(()=>{ useEffect(()=>{
wikiPages({ wikiPages({
owner: 'innov', owner: 'jasder',
repo: 'wiki_test', repo: 'ipatool',
projectId: '543211' projectId: '543017'
}).then(res => { }).then(res => {
if (res && res.message === "200" && Array.isArray(res.data)) { if (res && res.message === "200" && Array.isArray(res.data)) {
setFileArrInit(res.data); setFileArrInit(res.data);

View File

@ -35,20 +35,20 @@ function Lightspot() {
<div className="info-item"> <div className="info-item">
<img className="info-item-img" src={lightspot2}></img> <img className="info-item-img" src={lightspot2}></img>
<h3 className="info-item-tit">汇聚行业顶尖开源项目</h3> <h3 className="info-item-tit">覆盖全国千所高校万名会员</h3>
<div className="info-item-content">平台汇聚华为xiuos鲲鹏开源基金会飞腾浪潮等行业尖端开源项目把握开源生态发展脉搏</div> <div className="info-item-content">活动邀请10+全球顶尖开源基金会100+顶级开源项目社区致力营造专业开放的开源社区</div>
</div> </div>
<div className="info-item"> <div className="info-item">
<img className="info-item-img" src={lightspot3}></img> <img className="info-item-img" src={lightspot3}></img>
<h3 className="info-item-tit">汇聚行业顶尖开源项目</h3> <h3 className="info-item-tit">结识开源伙伴和技术大咖</h3>
<div className="info-item-content">平台汇聚华为xiuos鲲鹏开源基金会飞腾浪潮等行业尖端开源项目把握开源生态发展脉搏</div> <div className="info-item-content">每个项目配备一名导师参与开源项目开发可接受一线资深开源项目专家专业指导结识志同道合的开发伙伴</div>
</div> </div>
<div className="info-item"> <div className="info-item">
<img className="info-item-img" src={lightspot4}></img> <img className="info-item-img" src={lightspot4}></img>
<h3 className="info-item-tit">汇聚行业顶尖开源项目</h3> <h3 className="info-item-tit">丰厚奖励&实习绿色通道</h3>
<div className="info-item-content">平台汇聚华为xiuos鲲鹏开源基金会飞腾浪潮等行业尖端开源项目把握开源生态发展脉搏</div> <div className="info-item-content">入选同学可获得丰厚奖金并有机会进入优秀开源项目企业实习或工作受邀参与开源大会等机会</div>
</div> </div>
</div> </div>

View File

@ -14,7 +14,7 @@ function News() {
setList(result.data.topics); setList(result.data.topics);
} }
}).catch(error => { }) }).catch(error => { })
}) },[])
return ( return (
<div className="news"> <div className="news">

View File

@ -18,6 +18,10 @@
color: #fff; color: #fff;
line-height: 30px; line-height: 30px;
padding: 40px 20px; padding: 40px 20px;
&:hover{
background: url("../../img/news-main1.png");
background-size: 100% 100%;
}
.news-tit { .news-tit {
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 18px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
src/glcc/img/news-main1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 15 KiB