Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const FAMILY: ExternalLink[] = [
{ href: 'https://pnu-bootcamp-student-management.vercel.app/', label: '부트캠프 훈련생 관리' },
{ href: 'https://arise-ai.pusan.ac.kr/', label: 'Arise PNU' },
{ href: 'https://pnuai.github.io/', label: '브로슈어 협업 시스템' },
{ href: 'https://yunju.work/search-26', label: '국립대육성사업 시스템' },
{ href: 'https://aipms.pusan.ac.kr', label: 'AIPMS' },
{ href: 'https://pickle.pusan.ac.kr/', label: '서버관리시스템' },
{ href: 'http://10.126.34.165:15980/aiedu-kb', label: 'AI 지식검색 (KB)', hint: '교내 접속용' },
];

Expand Down
Loading