feat: add support for BUPT portal (#3290)

This commit is contained in:
RicardoMing
2019-10-21 12:03:49 +08:00
committed by DIYgod
parent bd74aa8db5
commit db9bb6dc91
4 changed files with 187 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ const calculateValue = () => {
chuiniu: {
member: envs.CHUINIU_MEMBER,
},
bupt: {
username: envs.BUPT_USERNAME,
password: envs.BUPT_PASSWORD,
},
};
};
calculateValue();