Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

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

稻米鼠的搜索路由规则转换 #6

Closed
hoothin opened this issue May 28, 2022 · 0 comments
Closed

稻米鼠的搜索路由规则转换 #6

hoothin opened this issue May 28, 2022 · 0 comments
Labels
Search engine Share your sites rule

Comments

@hoothin
Copy link
Owner

hoothin commented May 28, 2022

by @dmscode

[
    {
        "type": "搜索",
        "icon": "search",
        "sites": [
            {
                "name": "谷歌",
                "url": "http://www.google.com/search?q=%s"
            },
            {
                "name": "SearX",
                "url": "https://searx.be/search?q=%s"
            },
            {
                "name": "Bing",
                "url": "http://www.bing.com/search?q=%s"
            },
            {
                "name": "Bing 国际版",
                "url": "http://www.bing.com/search?ensearch=1&q=%s"
            },
            {
                "name": "Duckduckgo",
                "url": "https://duckduckgo.com/?q=%s"
            },
            {
                "name": "Yandex",
                "url": "https://www.yandex.com/search/?text=%s"
            },
            {
                "name": "搜狗",
                "url": "https://wap.sogou.com/web/searchList.jsp?keyword=%s&ie=utf8"
            },
            {
                "name": "百度",
                "url": "https://www.baidu.com/s?wd=%s"
            }
        ]
    },
    {
        "type": "图片",
        "icon": "image",
        "sites": [
            {
                "name": "谷歌图片",
                "url": "https://www.google.com/search?tbm=isch&q=%s"
            },
            {
                "name": "Bing 图片",
                "url": "https://cn.bing.com/images/search?q=%s"
            },
            {
                "name": "Bing 国际版 图片",
                "url": "https://cn.bing.com/images/search?ensearch=1&q=%s"
            },
            {
                "name": "Yandex 图片",
                "url": "https://yandex.com/images/search?text=%s"
            },
            {
                "name": "百度图片",
                "url": "http://image.baidu.com/search/index?tn=baiduimage&word=%s"
            },
            {
                "name": "Unsplash",
                "url": "https://unsplash.com/?searchKeyword=%s"
            },
            {
                "name": "Pixabay",
                "url": "https://pixabay.com/zh/photos/search/%s/"
            },
            {
                "name": "500px",
                "url": "https://500px.com/search?q=%s"
            }
        ]
    },
    {
        "type": "翻译",
        "icon": "language",
        "sites": [
            {
                "name": "中译英",
                "url": "https://translate.google.com/#zh-CN/en/%s"
            },
            {
                "name": "Google 英译中",
                "url": "https://translate.google.com/#en/zh-CN/%s"
            },
            {
                "name": "Google 任意到中文",
                "url": "https://translate.google.com/#auto/zh-CN/%s"
            },
            {
                "name": "Google 任意到英文",
                "url": "https://translate.google.com/#auto/en/%s"
            },
            {
                "name": "Bing 中译英",
                "url": "https://cn.bing.com/translator/?from=zh-cn&to=en&text=%s"
            },
            {
                "name": "Bing 英译中",
                "url": "https://cn.bing.com/translator/?from=en&to=zh-cn&text=%s"
            },
            {
                "name": "Bing 任意到中文",
                "url": "https://cn.bing.com/translator/?from=&to=zh-cn&text=%s"
            },
            {
                "name": "Bing 任意到英文",
                "url": "https://cn.bing.com/translator/?from=&to=en&text=%s"
            }
        ]
    },
    {
        "type": "购物",
        "icon": "shopping-cart",
        "sites": [
            {
                "name": "京东",
                "url": "https://search.jd.com/Search?enc=utf-8&keyword=%s"
            },
            {
                "name": "京东(京东物流)",
                "url": "https://search.jd.com/Search?wtype=1&enc=utf-8&keyword=%s"
            },
            {
                "name": "淘宝",
                "url": "https://s.taobao.com/search?q=%s"
            },
            {
                "name": "天猫",
                "url": "https://s.taobao.com/search?tab=mall&q=%s"
            },
            {
                "name": "中亚",
                "url": "https://www.amazon.cn/s/%s"
            },
            {
                "name": "美亚",
                "url": "https://www.amazon.com/s/?field-keywords=%s"
            },
            {
                "name": "苏宁易购",
                "url": "https://search.suning.com/%s/"
            },
            {
                "name": "国美",
                "url": "https://search.gome.com.cn/search?question=%s"
            },
            {
                "name": "当当",
                "url": "http://search.dangdang.com/?key=%s"
            }
        ]
    },
    {
        "type": "社交",
        "icon": "user",
        "sites": [
            {
                "name": "微博",
                "url": "https://m.weibo.cn/p/100103type=1&q=%s"
            },
            {
                "name": "Twitter",
                "url": "https://twitter.com/search?q=%s"
            },
            {
                "name": "V2ex",
                "url": "https://www.sov2ex.com/?q=%s"
            }
        ]
    },
    {
        "type": "APP",
        "icon": "mobile",
        "sites": [
            {
                "name": "Play",
                "url": "https://play.google.com/store/search?q=%s"
            },
            {
                "name": "Coolapk",
                "url": "https://www.coolapk.com/search?q=%s"
            },
            {
                "name": "Apkpure",
                "url": "https://apkpure.com/cn/search?q=%s"
            },
            {
                "name": "APKMirror",
                "url": "https://www.apkmirror.com/?s=%s"
            },
            {
                "name": "Chrome Store",
                "url": "https://chrome.google.com/webstore/search/%s"
            }
        ]
    },
    {
        "type": "视频",
        "icon": "video",
        "sites": [
            {
                "name": "Youtube",
                "url": "https://www.youtube.com/results?search_query=%s"
            },
            {
                "name": "Youku",
                "url": "http://so.youku.com/search_video/q_%s"
            },
            {
                "name": "Bilibili",
                "url": "https://search.bilibili.com/all?keyword=%s"
            },
            {
                "name": "腾讯视频",
                "url": "https://v.qq.com/x/search/?q=%s"
            },
            {
                "name": "爱奇艺",
                "url": "http://so.iqiyi.com/so/q_%s"
            }
        ]
    },
    {
        "type": "百科",
        "icon": "book-open-reader",
        "sites": [
            {
                "name": "维基百科",
                "url": "https://zh.wikipedia.org/w/index.php?search=%s"
            },
            {
                "name": "萌娘百科",
                "url": "https://zh.moegirl.org/index.php?search=%s"
            },
            {
                "name": "WikiHow",
                "url": "https://zh.wikihow.com/wikiHowTo?search=%s"
            },
            {
                "name": "MC 维基",
                "url": "https://minecraft-zh.gamepedia.com/index.php?search=%s"
            }
        ]
    },
    {
        "type": "代码",
        "icon": "code",
        "sites": [
            {
                "name": "Github",
                "url": "https://github.com/search?q=%s"
            },
            {
                "name": "Can I USE",
                "url": "https://caniuse.com/#search=%s"
            },
            {
                "name": "MDN",
                "url": "https://developer.mozilla.org/zh-CN/search?q=%s"
            }
        ]
    }
]
@hoothin hoothin added the Search engine Share your sites rule label May 28, 2022
@hoothin hoothin closed this as completed May 28, 2022
@hoothin hoothin reopened this Sep 6, 2022
Repository owner locked and limited conversation to collaborators May 9, 2023
@hoothin hoothin converted this issue into discussion #68 May 9, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Search engine Share your sites rule
Projects
None yet
Development

No branches or pull requests

1 participant