From f116a66baecf0b992e4cade8265abf7fe72462b2 Mon Sep 17 00:00:00 2001 From: ImJustChew Date: Mon, 26 Aug 2024 13:19:04 +0800 Subject: [PATCH] feat: added Academic Information System app --- src/const/apps.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/const/apps.ts b/src/const/apps.ts index 93609a36..874a8a52 100644 --- a/src/const/apps.ts +++ b/src/const/apps.ts @@ -21,6 +21,7 @@ import { Globe, HeartHandshakeIcon, HandCoins, + University, } from "lucide-react"; export const categories: { @@ -107,6 +108,16 @@ export const apps: { href: "https://outrageous-savory-d52.notion.site/d33567eea7814fc6b91744351eb2ba6a", Icon: Gamepad, }, + { + id: "ccxp", + category: "campuslife", + title_zh: "校務資訊系統", + title_en: "Academic Information System", + href: "https://www.ccxp.nthu.edu.tw/ccxp/COURSE/JH/7/7.1/7.1.3/logout.php", + Icon: University, + target: "_blank", + ais: true, + }, { id: "nthuclub", category: "club",