From a7364395e724685fc5990e95633005031f6eb189 Mon Sep 17 00:00:00 2001 From: Ludwig Kent <124366668+Gavin-WangSC@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:39:35 +0800 Subject: [PATCH 1/2] feat: adding the AI lab url adding the AI lab url --- src/pages/index.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 75003a4c..6969b619 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -89,9 +89,17 @@ function Home(): JSX.Element { )}

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

{description}

From 415ff3172950d55fa8c381d77455cc4fe093e1cc Mon Sep 17 00:00:00 2001 From: Ludwig Kent <124366668+Gavin-WangSC@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:45:07 +0800 Subject: [PATCH 2/2] fix: modifying outdated info --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6969b619..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 ), }, @@ -138,7 +138,7 @@ function Home(): JSX.Element {

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