This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
nav/providers.json
2022-11-17 16:41:56 +08:00

12 lines
564 B
JSON

{
"providers" : [
{"name":"Duck Duck Go","url":"https://duckduckgo.com/","prefix":"/d"},
{"name":"Baidu","url":"https://www.baidu.com/","prefix":"/b"},
{"name":"Baidu 开发者","url":"https://kaifa.baidu.com/","prefix":"/bk"},
{"name":"Youtube","url":"https://www.youtube.com/","prefix":"/y"},
{"name":"Google","url":"https://www.google.com/","prefix":"/g"},
{"name":"Github","url":"https://github.com/","prefix":"/gh"},
{"name":"StackOverflow","url":"https://stackoverflow.com/","prefix":"/s"}
]
}