Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

create 2006.js #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions univ/2002.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
var univ_list = {
school: "上海交通大学",
id: "2002",
link: [ {
name: "交大主页",
url: "https://www.sjtu.edu.cn/"
}, {
name: "教务处",
url: "http://www.jwc.sjtu.edu.cn/"
}, {
name: "图书馆",
url: "http://www.lib.sjtu.edu.cn/f/main/index.shtml"
}, {
name: "邮件系统",
url: "http://mail.sjtu.edu.cn/"
}, {
name: "My SJTU",
url: "http://my.sjtu.edu.cn/"
}]
};
23 changes: 23 additions & 0 deletions univ/2006.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
var univ_list = {
school: "华东理工大学",
id: "2006",
link: [ {
name: "华理主页",
url: "https://www.ecust.edu.cn/"
}, {
name: "教务处",
url: "https://jwc.ecust.edu.cn/"
}, {
name: "图书馆",
url: "https://lib.ecust.edu.cn/"
}, {
name: "邮件系统",
url: "https://mail.ecust.edu.cn/"
}, {
name: "本科网教平台",
url: "http://s.ecust.edu.cn/simpleportal/mh"
}, {
name: "信息门户",
url: "http://urp.ecust.edu.cn/"
} ]
};
20 changes: 20 additions & 0 deletions univ/8001.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
var univ_list = {
school: "南京大学",
id: "8001",
link: [ {
name: "南大主页",
url: "https://www.nju.edu.cn/"
}, {
name: "教务系统",
url: "http://elite.nju.edu.cn/jiaowu/"
}, {
name: "图书馆",
url: "http://lib.nju.edu.cn/"
}, {
name: "学生邮箱",
url: "http://mail.smail.nju.edu.cn/"
}, {
name: "教师邮箱",
url: "http://mail.nju.edu.cn/"
}]
};
20 changes: 20 additions & 0 deletions univ/9001.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
var univ_list = {
school: "浙江大学",
id: "9001",
link: [ {
name: "浙大主页",
url: "http://www.zju.edu.cn/"
}, {
name: "WebVPN",
url: "https://webvpn.zju.edu.cn/"
}, {
name: "图书馆",
url: "http://libweb.zju.edu.cn/"
}, {
name: "电子邮箱",
url: "http://mail.zju.edu.cn/"
}, {
name: "信息技术中心",
url: "http://zuits.zju.edu.cn/"
} ]
};