feat: add scboy

This commit is contained in:
totorowechat
2020-12-29 15:57:07 +08:00
parent 0c4f3084a4
commit 8376d90cca
5 changed files with 84 additions and 0 deletions

View File

@@ -182,6 +182,9 @@ const calculateValue = () => {
username: envs.DIDA365_USERNAME,
password: envs.DIDA365_PASSWORD,
},
scboy: {
token: envs.SCBOY_BBS_TOKEN,
},
};
};
calculateValue();