We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetchResources方法的query参数中,provider目前只能和keywords组合(单独)返回正确结果。
fetchResources
provider
keywords
如果添加include,或者与search组合,就会返回空搜索结果。
include
search
使用版本:0.5.1
const query = { // include: ['喵萌奶茶屋'], search: ['水星的魔女'], provider: 'dmhy', // keywords: ['间谍过家家'], // type: '合集', // fansubs: ['喵萌奶茶屋'], };
The text was updated successfully, but these errors were encountered:
晚上更新下文档,https://animespace.onekuma.cn/animegarden/search.html#%E6%A0%87%E9%A2%98%E5%8C%B9%E9%85%8D
有几个搜索条件不太能共存
如果指定了 search 那么和其他搜索条件不共存
Sorry, something went wrong.
指定了 provider 的过滤有点问题,没测过,写的有点伪人
d9f5c39
已发布
No branches or pull requests
描述
fetchResources
方法的query参数中,provider
目前只能和keywords
组合(单独)返回正确结果。如果添加
include
,或者与search
组合,就会返回空搜索结果。使用版本:0.5.1
复现链接
fetchResources
方法浏览器信息
The text was updated successfully, but these errors were encountered: