Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
miniers committed Jun 20, 2017
1 parent 7f4a647 commit 6ebf06a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### v2.0:
1. 增加浮动窗展示下载列表
2. 可以控制任务开始、暂停、删除
1. **下载队列列表**
2. **下载状态控制:开始、暂停、删除**
3. **aria2全局速度配置**


## v1.5:
1. 增加推送,下载成功后推送成功通知
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# safari2aria
# safari2aria

[点击下载](https://github.com/miniers/safari2aria/releases)

Expand All @@ -15,9 +15,10 @@
6. 可配置下载成功后是否推送通知提醒
7. **下载队列列表**
8. **下载状态控制:开始、暂停、删除**
9. **aria2全局速度配置**


### 快捷键
### 全局捷键
功能 | 快捷键
---- | ---
切换默认rpc服务 | option+shift+[123456789]
Expand All @@ -26,6 +27,16 @@
全局拦截 | 长按shift并点击链接
设置 | option+shift+,

### 任务列表:
功能 | 快捷键
---- | ---
全选任务 | cmd+a
多选任务 | shift + 鼠标点击
切换当前选中任务状态(启动;暂停) | space`
开始选中任务 | alt+s
暂停选中任务 | alt+p
删除选中任务 | alt+d

### 注意事项
1. aria2已经无需配置SSL证书了
2. 请在aria2c的配置文件中加入如下配置,用以开启百度云和迅雷离线导出时自动更改下载文件名
Expand Down Expand Up @@ -59,3 +70,9 @@ content-disposition-default-utf8=true
- 如当前为自动拦截模式,长按**shift**并点击**普通下载**按钮即可导出下载至默认rpc服务器
- 如当前关闭了自动拦截默认,需长按**shift+cmd**并点击**普通下载**按钮即可导出下载至默认rpc服务器

### 本项目参考或引用了以下项目
- https://github.com/NemoAlex/glutton
- https://github.com/sonnyp/aria2.js
- https://github.com/se-panfilov/mini-toastr
- https://github.com/airyland/vux

0 comments on commit 6ebf06a

Please sign in to comment.