feat(route): add e-hentai (#7741)

This commit is contained in:
Howard Yin
2021-08-25 22:46:16 +08:00
committed by GitHub
parent b3a8e067b7
commit 6b8a40794e
9 changed files with 243 additions and 0 deletions

View File

@@ -193,6 +193,11 @@ const calculateValue = () => {
wordpress: {
cdnUrl: envs.WORDPRESS_CDN,
},
ehentai: {
ipb_member_id: envs.EH_IPB_MEMBER_ID,
ipb_pass_hash: envs.EH_IPB_PASS_HASH,
sk: envs.EH_SK,
},
};
};
calculateValue();