Raycast QuickLinks 分享 export/import
直接保存为 xx.json . Import 即可
[
{
"name": "g",
"link": "https:\/\/google.com\/search?q={argument}"
},{
"name": "b",
"link": "https://www.baidu.com/s?ie=UTF-8&wd={Query}"
},{
"name": "bing",
"link": "https://www.bing.com/search?q={Query}"
},
{
"name": "jd",
"link": "https:\/\/search.jd.com\/Search?keyword={Query}&enc=utf-8 "
},
{
"link": "https:\/\/s.taobao.com\/search?q={Query}",
"name": "tb"
},
{
"link": "https://www.zhihu.com/search?type=content&q={Query}",
"name": "zhi"
},
{
"link": "https://search.douban.com/movie/subject_search?search_text={Query}",
"name": "db"
},
{
"link": "https://www.amap.com/search?city=你自己的区划(3301)&query={Query}",
"name": "gd"
},
{
"link": "https://search.bilibili.com/all?keyword={Query}&from_source=nav_suggest_new",
"name": "bb"
},
{
"link": "https://www.xiaohongshu.com/search_result?keyword={Query}",
"name": "xhs"
},
{
"link": "https://s.weibo.com/realtime?q={Query}&rd=realtime&tw=realtime&Refer=weibo_realtime",
"name": "wb"
},
{
"link": "https://juejin.cn/search?query={Query}",
"name": "jj"
},
{
"link": "https://mvnrepository.com/search?q={Query}",
"name": "mvn"
},
{
"link": "https://twitter.com/search?q={Query}&src=typed_query&f=live",
"name": "x"
},
{
"link": "https://www.youtube.com/results?search_query={Query}",
"name": "yt"
},
{
"link": "https://www.google.com/search?q=site:v2ex.com/t%20{Query}",
"name": "v2"
},
{
"link": "https://www.google.com/search?q=site%3Amaocaoying.com%20{query}",
"name": "mm"
},
{
"link": "https://hub.docker.com/search?q={query}",
"name": "dh"
},
{
"link": "https://www.douyin.com/search/{query}",
"name": "dy"
},
{
"link": "https://gitee.com/search?q={query}",
"name": "gee"
},
{
"link": "https://github.com/search?utf8=%E2%9C%93&q={query}",
"name": "gh"
},
{
"link": "https://www.npmjs.com/package/{query}",
"name": "npm"
},
{
"link": "https://pan666.net/?q={query}",
"name": "pan"
}
]