Skip to content

Commit

Permalink
feat: Add Fuzhou University (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Aug 16, 2024
1 parent 5e0d8f5 commit 19f4a65
Showing 1 changed file with 3 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.ppsuc.edu.cn', // ← 请将 WebVPN 服务网址填写在此处
host: 'webvpn.fzu.edu.cn', // ← 请将 WebVPN 服务网址填写在此处

/**
* 学校 WebVPN 加密信息(选填)
Expand Down

0 comments on commit 19f4a65

Please sign in to comment.