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
假设获取的链接为
http://gchat.qpic.cn/offpic_new/xxx//xxx-xxx-xxx/0?term=255&is_origin=1
搜索有可能会触发腾讯的非法引用图片,导致搜索结果不准确
Tsuk1ko/cq-picsearcher-bot/src/index.mjs#L973
上面那个链接存在//,转换成gchatpic_new链接可能会出现400错误。
//
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假设获取的链接为
搜索有可能会触发腾讯的非法引用图片,导致搜索结果不准确
可能的解决方案
Tsuk1ko/cq-picsearcher-bot/src/index.mjs#L973
上面那个链接存在
//
,转换成gchatpic_new链接可能会出现400错误。The text was updated successfully, but these errors were encountered: