8000
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
比如类似这种的网址 https://search.sina.com.cn/?q=%E4%BB%8A%E5%A4%A9&c=news&from=channel&ie=utf-8 自定义搜索源为https://search.sina.com.cn/?q={keywords}&c=news&from=channel&ie=utf-8 这样可以在站点内部搜索,不像只能用百度、谷歌、必应等外部搜索引擎来搜索
The text was updated successfully, but these errors were encountered:
自定义的话 存在一个内容提取和统一样式的问题,这个我再研究研究看有没有好的实现方案。
Sorry, something went wrong.
我也有类似的需求。不一定要把搜索结果列表平铺在页面上,只要弄一个入口就能很大程度上满足需求了。 类似于在搜索结果页展示一个传送门,点进去就是github的搜索结果页。 这样把多个站点的搜索url自定义好,就能省去手动进入站点,手动搜索的繁琐。(虽然说现有功能差不多够用了)
@deepwarmer 这个功能貌似有别的插件已经做了,我再考虑考虑要不要加进来,反正我是不太需要这个功能😅
No branches or pull requests
比如类似这种的网址
https://search.sina.com.cn/?q=%E4%BB%8A%E5%A4%A9&c=news&from=channel&ie=utf-8
自定义搜索源为https://search.sina.com.cn/?q={keywords}&c=news&from=channel&ie=utf-8
这样可以在站点内部搜索,不像只能用百度、谷歌、必应等外部搜索引擎来搜索
The text was updated successfully, but these errors were encountered: