Skip to content

Commit

Permalink
feat: added Academic Information System app
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Aug 26, 2024
1 parent 4837bc0 commit f116a66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/const/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
Globe,
HeartHandshakeIcon,
HandCoins,
University,
} from "lucide-react";

export const categories: {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f116a66

Please sign in to comment.