闲来无事,做了个简单的搜索页面,包含了常用的三个搜索引擎:
- 必应(默认,相对不错)
- 谷歌(好吧,它是浮云 )
- 百度(广告太多)
可以方便地 fork 后进行自定义修改,当然,也可以直接使用 Ship 作为默认搜索页。
默认引擎和常用导航链接可在 config.js
中配置,如下:
const config = {
// Set default engine, includes
// - by: bing
// - go: google - a piece of 404 cloud
// - bd: baidu
engine: 'by',
// Set frequents nav
nav: {
Virgo: '//ovirgo.com',
Nav: '//ovirgo.com/nav',
Github: '//github.com/loveminimal',
Youtube: '//youtube.com',
Bilibili: '//bilibili.com'
}
}
大概就是这么个样子:
就这些啦,灌水好爽。