Skip to content

Commit

Permalink
feat: add collegeOfFutureTechnology (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hidacow authored Oct 8, 2023
1 parent 888e813 commit f2a8cc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/colleges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ export const colleges: BiMap<BiMap<string> | BiMap<string>[]> = {
'37': Majors.collegeOfCulturalHeritageAndInformationManagement,
'38': Majors.collegeOfTranslationalMedicine,
'39': Majors.collegeOfLisbon,
'40': Majors.collegeOfFutureTechnology,
'00': Majors.collegeUniversal,
};
8 changes: 8 additions & 0 deletions src/types/majors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@ export const collegeOfLisbon: BiMap<string> = {
'46': '土木工程',
};

// 未来技术学院 40
export const collegeOfFutureTechnology: BiMap<string> = {
self: '未来技术学院',
A2: '机械电子工程',
B2: '人工智能',
B6: '机器人工程',
};

export const collegeUniversal: BiMap<string> = {
self: '',
'74': '公共艺术技术实验教学中心',
Expand Down

0 comments on commit f2a8cc7

Please sign in to comment.