feat(route): pixabay (#11956)

This commit is contained in:
Tony
2023-02-25 15:51:56 -02:00
committed by GitHub
parent 7505eb6dcd
commit c389e2c887
8 changed files with 83 additions and 0 deletions

View File

@@ -222,6 +222,9 @@ const calculateValue = () => {
pianyuan: {
cookie: envs.PIANYUAN_COOKIE,
},
pixabay: {
key: envs.PIXABAY_KEY,
},
pixiv: {
refreshToken: envs.PIXIV_REFRESHTOKEN,
bypassCdn: envs.PIXIV_BYPASS_CDN !== '0' && envs.PIXIV_BYPASS_CDN !== 'false',