mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
feat(route): 微博自定义分组(使用Cookie) (#12514)
* change route 'weibo/user' to fit api could be opened with Share(third-party android weibo clent) * update weibo group route using cookies approach * fix typo * code optimization for /weibo/group; docs for /weibo/group * try fix ESLint error * fix typo and code optimization * fix missing ',' * '/weibo/group' throw error when the cookie is not set
This commit is contained in:
@@ -277,6 +277,7 @@ const calculateValue = () => {
|
||||
weibo: {
|
||||
app_key: envs.WEIBO_APP_KEY,
|
||||
app_secret: envs.WEIBO_APP_SECRET,
|
||||
cookies: envs.WEIBO_COOKIES,
|
||||
redirect_url: envs.WEIBO_REDIRECT_URL,
|
||||
},
|
||||
wenku8: {
|
||||
|
||||
Reference in New Issue
Block a user