Skip to content

Commit

Permalink
hotfix: 新闻图片src修复
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-xs committed Feb 23, 2024
1 parent 9f40e8d commit 3b4e24c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file added public/img/sdutacm-homepage-news-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/sdutacm-homepage-news-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/sdutacm-homepage-news-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/sdutacm-homepage-news-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/sdutacm-homepage-news-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/data/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@ const newsItems = [
{
title: '第十五届 SDUTACM 校赛',
date: '2023-05-28',
imgSrc: '../../src/assets/img/sdutacm-homepage-news-4.png',
imgSrc: '../img/sdutacm-homepage-news-5.png',
link: 'https://mp.weixin.qq.com/s/QZiaCEux-yAhlRo4adSg6A'
},
{
title: 'SDUTACM 十五周年庆典',
summary: '15 载时光荏苒',
date: '2023-10-15',
imgSrc: '../../src/assets/img/sdutacm-homepage-news-5.png',
imgSrc: '../img/sdutacm-homepage-news-4.png',
link: 'https://mp.weixin.qq.com/s/Qe6mxR_qBC1l7gA2XzVjOg'
},
{
title: 'ICPC济南站 双铜牌',
summary: '恭喜「开发9G」&「清纯白毛小萝莉」!',
date: '2023-12-03',
imgSrc: '../../src/assets/img/sdutacm-homepage-news-3.png'
imgSrc: '../img/sdutacm-homepage-news-3.png'
},
{
title: 'ICPC杭州站 银牌',
summary: '恭喜「张鱼小丸子」!',
date: '2023-12-10',
imgSrc: '../../src/assets/img/sdutacm-homepage-news-2.png',
imgSrc: '../img/sdutacm-homepage-news-2.png',
link: '#'
},
{
title: '蔚蓝系列赛',
summary: 'OJ3 作者 bLue 同学用爱赞助,火热报名中!',
date: '2023-12-01',
imgSrc: '../../src/assets/img/sdutacm-homepage-news-1.png',
imgSrc: '../img/sdutacm-homepage-news-1.png',
link: 'https://acm.sdut.edu.cn/onlinejudge3/posts/35'
},
// todo add more news here
Expand Down

0 comments on commit 3b4e24c

Please sign in to comment.