Skip to content

Commit

Permalink
feat: Add People's Public Security University of China (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecanac474 authored Jun 21, 2024
1 parent be0f855 commit 6cb2085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/_submit_your_data_here.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ const data: School = {
/**
* 学校所在地区
* 请修改为学校所在地区,如:上海、广东…… */
province: '上海', // ← 请将学校所在地区填写在此处
province: '北京', // ← 请将学校所在地区填写在此处

/**
* 学校名称
* 请修改单引号中内容为学校名称,如:上海交通大学
* 若学校位独立学院,请附学院名,如:上海交通大学医学院 */
name: '上海交通大学', // ← 请将学校名称填写在此处
name: '中国人民公安大学', // ← 请将学校名称填写在此处

/**
* 学校 WebVPN 服务页面
* 请修改单引号中内容为学校 WebVPN 服务页面网址,如:webvpn.sjtu.edu.cn
* 请注意仅填写域名网址,不要填写完整链接。
* 如:- https://webvpn.sjtu.edu.cn/ (✗错误)
* - webvpn.sjtu.edu.cn (✔正确) */
host: 'webvpn.sjtu.edu.cn', // ← 请将 WebVPN 服务网址填写在此处
host: 'webvpn.ppsuc.edu.cn', // ← 请将 WebVPN 服务网址填写在此处

/**
* 学校 WebVPN 加密信息(选填)
Expand Down
3 changes: 3 additions & 0 deletions data/webvpn.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
},
"北京工业大学": {
"host": "webvpn.bjut.edu.cn"
},
"中国人民公安大学": {
"host": "webvpn.ppsuc.edu.cn"
}
},
"福建": {
Expand Down

0 comments on commit 6cb2085

Please sign in to comment.