Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
airycanon committed Oct 13, 2017
1 parent 80e4139 commit f406e49
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Chromicle 的名字来自 chronicle + Chrome,是一个展示历史记录的 Ch
Chrome 早期的历史记录一直比较弱,尽管目前 UI 已经使用了 Material,功能也丰富了,但仍然缺少我要的几个功能,因此才有了本项目。

# 特性
- [ ] 支持 Chrome 自带历史记录的所有特性(除了展示其他设备的历史记录,其他特性均已实现)
- [ ] 支持按时间分段展示(Chrome 是按天分段)
- [ ] 支持 Chrome 自带历史记录的所有特性(目前不支持展示其他设备的历史记录)
- [ ] 支持按时间分段展示(目前仅默认的间隔为 1 分钟,后续会自持自定义间隔)
- [x] 支持按时间段删除
- [x] 支持按日期筛选
- [x] 支持全选
- [ ] 支持添加到书签
- [x] 支持全选和删除
- [x] 支持添加到书签


# 安装
Expand All @@ -21,7 +22,7 @@ Chrome 早期的历史记录一直比较弱,尽管目前 UI 已经使用了 Ma
```
yarn
```
* 运行(在 Chrome 扩展模式下没有找到 hot reload 的方法,因此需要手动刷新页面)
* 运行(在 Chrome 扩展下不支持 hot reload,因此需要手动刷新页面)
```
npm run dev
```
Expand Down

0 comments on commit f406e49

Please sign in to comment.