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:
Junk_Chen
2023-05-15 23:04:59 +08:00
committed by GitHub
parent 9bdba060c7
commit 2bd8e4842a
8 changed files with 129 additions and 1 deletions

View File

@@ -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: {