diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 75003a4c..b96a9707 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,7 +25,7 @@ const features = [ title: "算法竞赛", description: ( - 2024 部门全新重启 - 备考 USACO - 算法 lecture + 备考 USACO - 算法 lecture ), }, @@ -89,9 +89,17 @@ function Home(): JSX.Element { )}

- - {title} - + {title === "AI 部" ? ( + + + {title} + + + ) : ( + + {title} + + )}

{description}

@@ -130,7 +138,7 @@ function Home(): JSX.Element {

- C 社 2024-25 届开始招新! + C 社 2025-26 届开始招新!