mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
feat: add support for BUPT portal (#3290)
This commit is contained in:
@@ -98,6 +98,10 @@ const calculateValue = () => {
|
||||
chuiniu: {
|
||||
member: envs.CHUINIU_MEMBER,
|
||||
},
|
||||
bupt: {
|
||||
username: envs.BUPT_USERNAME,
|
||||
password: envs.BUPT_PASSWORD,
|
||||
},
|
||||
};
|
||||
};
|
||||
calculateValue();
|
||||
|
||||
Reference in New Issue
Block a user