diff --git a/src/glcc/help/index.jsx b/src/glcc/help/index.jsx index cc9d1690..c1e955d4 100644 --- a/src/glcc/help/index.jsx +++ b/src/glcc/help/index.jsx @@ -11,9 +11,9 @@ function Help(props) { // 获取仓库wiki列表 useEffect(()=>{ wikiPages({ - owner: 'innov', - repo: 'wiki_test', - projectId: '543211' + owner: 'jasder', + repo: 'ipatool', + projectId: '543017' }).then(res => { if (res && res.message === "200" && Array.isArray(res.data)) { setFileArrInit(res.data); diff --git a/src/glcc/home/lightspot/index.jsx b/src/glcc/home/lightspot/index.jsx index cdd67311..68ac9c9a 100644 --- a/src/glcc/home/lightspot/index.jsx +++ b/src/glcc/home/lightspot/index.jsx @@ -35,20 +35,20 @@ function Lightspot() {
-

汇聚行业顶尖开源项目

-
平台汇聚华为、xiuos、鲲鹏、开源基金会、飞腾、浪潮等行业尖端开源项目,把握开源生态发展脉搏
+

覆盖全国千所高校、万名会员

+
活动邀请10+全球顶尖开源基金会,100+顶级开源项目社区,致力营造专业、开放的开源社区
-

汇聚行业顶尖开源项目

-
平台汇聚华为、xiuos、鲲鹏、开源基金会、飞腾、浪潮等行业尖端开源项目,把握开源生态发展脉搏
+

结识开源伙伴和技术大咖

+
每个项目配备一名导师,参与开源项目开发可接受一线资深开源项目专家专业指导,结识志同道合的开发伙伴
-

汇聚行业顶尖开源项目

-
平台汇聚华为、xiuos、鲲鹏、开源基金会、飞腾、浪潮等行业尖端开源项目,把握开源生态发展脉搏
+

丰厚奖励&实习绿色通道

+
入选同学可获得丰厚奖金,并有机会进入优秀开源项目企业实习或工作,受邀参与开源大会等机会
diff --git a/src/glcc/home/news/index.jsx b/src/glcc/home/news/index.jsx index 8e61629c..f2e52372 100644 --- a/src/glcc/home/news/index.jsx +++ b/src/glcc/home/news/index.jsx @@ -14,7 +14,7 @@ function News() { setList(result.data.topics); } }).catch(error => { }) - }) + },[]) return (
diff --git a/src/glcc/home/news/index.scss b/src/glcc/home/news/index.scss index e7713844..e7f03687 100644 --- a/src/glcc/home/news/index.scss +++ b/src/glcc/home/news/index.scss @@ -18,6 +18,10 @@ color: #fff; line-height: 30px; padding: 40px 20px; + &:hover{ + background: url("../../img/news-main1.png"); + background-size: 100% 100%; + } .news-tit { font-weight: 500; font-size: 18px; diff --git a/src/glcc/img/news-main.png b/src/glcc/img/news-main.png index 4402638d..283c10c1 100644 Binary files a/src/glcc/img/news-main.png and b/src/glcc/img/news-main.png differ diff --git a/src/glcc/img/news-main1.png b/src/glcc/img/news-main1.png new file mode 100644 index 00000000..61643937 Binary files /dev/null and b/src/glcc/img/news-main1.png differ diff --git a/src/glcc/img/xjy.png b/src/glcc/img/xjy.png index 214b52a7..4f5ed955 100644 Binary files a/src/glcc/img/xjy.png and b/src/glcc/img/xjy.png differ