mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat(route): add e-hentai (#7741)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user