Skip to content

Commit

Permalink
Merge pull request #54 from zhuowenli/dev
Browse files Browse the repository at this point in the history
1.5.0
  • Loading branch information
zhuowenli authored Aug 23, 2019
2 parents d8b9193 + 45867c4 commit 088fb66
Show file tree
Hide file tree
Showing 19 changed files with 1,536 additions and 991 deletions.
35 changes: 1 addition & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,64 +1,31 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
dist/
.vscode-upload.json

*.pem
*.crx
__temp__
.DS_Store
37 changes: 1 addition & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,53 +61,18 @@ One-click install from Google Chrome Web Store ⬇️ ⬇️ ⬇️

## TODO LIST

- [x] 搜索引擎
- Google
- Baidu
- Bing
- Yahoo
- 附加搜索引擎(用%s代替查询参数)
- 搜索联想
- [x] 内容推荐
- [x] 爬虫 GitHub Trending (data range:Today、This week、This month,language range)
- [ ] GitHub Discover repositories
- [ ] 其他平台(待定)
- v2ex
- Dribbble
- Behance
- 500px
- unsplash
- producthunt
- [x] 设置
- [x] 弹窗
- 书签收藏(快捷入口)
- 读取标题、logo、URL(可编辑)
- 添加按钮
- [x] i18n
- 中文
- 英文
- [ ] 高级设置(待定)
- RSS
- [ ] 数据同步
- [x] 手动备份
- 从云端恢复数据
- 账号(登录,注册)
- [x] 书签收藏(快捷入口)
- [ ] 最常访问(待定)
- [ ] 服务端
- [x] 框架搭建:koa/egg Sequelize
- [ ] GitHub 授权,根据用户ID获取 Discover(待定)
- [x] 上架
- [ ] Firefox 支持

## 相关链接

- [GitHub Octicons](https://octicons.github.com/)

## License
Githuber © [zhuowenli](https://github.com/zhuowenli), Released under the [Mozilla Public License 2.0](./LICENSE) License.

## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!

[![Beerpay](https://beerpay.io/zhuowenli/githuber/badge.svg?style=beer-square)](https://beerpay.io/zhuowenli/githuber) [![Beerpay](https://beerpay.io/zhuowenli/githuber/make-wish.svg?style=flat-square)](https://beerpay.io/zhuowenli/githuber?focus=wish)
Githuber © [zhuowenli](https://github.com/zhuowenli), Released under the [Mozilla Public License 2.0](./LICENSE) License.
Loading

0 comments on commit 088fb66

Please sign in to comment.