glcc2025 banner图

This commit is contained in:
谢思 2025-05-09 17:19:20 +08:00
parent da2335e74f
commit 6db070e431
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ import Contact from "./contact";
import PreviousReview from './previousReview';
import banner from "../img/banner.png";
import banner2024 from "../img/banner2024.jpg";
import banner2025 from "../img/banner2025.jpg";
import introduce from "../img/introduce.png";
import apply1 from "../img/apply1.png";
import apply2 from "../img/apply2.png";
@ -42,7 +43,7 @@ export default (props) => {
return (
<div className="glcc">
<img className="glcc-banner" src={round !== currentRound ? banner : banner2024} alt=""></img>
<img className="glcc-banner" src={round === 3 ? banner2024 : round !== currentRound ? banner : banner2025} alt=""></img>
{/* 往期回顾 */}
{round !== currentRound ? <div className="applyBox">
<Link className="apply" to={`/glcc/${id}/result`}>

BIN
src/glcc/img/banner2025.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB