Skip to content

Commit

Permalink
docs: 更新部分表述,更新当前的功能列表
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jul 11, 2024
1 parent 6e7c606 commit 9ef88e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具,由 Rust
- [x] 使用数据库保存媒体信息,避免对同个视频的多次请求
- [x] 打印日志,并在请求出现风控时自动终止,等待下一轮执行
- [x] 提供多平台的二进制可执行文件,为 Linux 平台提供了立即可用的 Docker 镜像
- [ ] 支持对“稍后再看”内视频的自动扫描与下载
- [x] 支持对“稍后再看”内视频的自动扫描与下载
- [ ] 支持对 UP 主投稿视频的自动扫描与下载
- [ ] 下载单个文件时支持断点续传与并发下载


Expand Down
3 changes: 2 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。
- [x] 使用数据库保存媒体信息,避免对同个视频的多次请求
- [x] 打印日志,并在请求出现风控时自动终止,等待下一轮执行
- [x] 提供多平台的二进制可执行文件,为 Linux 平台提供了立即可用的 Docker 镜像
- [ ] 支持对“稍后再看”内视频的自动扫描与下载
- [x] 支持对“稍后再看”内视频的自动扫描与下载
- [ ] 支持对 UP 主投稿视频的自动扫描与下载
- [ ] 下载单个文件时支持断点续传与并发下载
10 changes: 1 addition & 9 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,7 @@ enabled = false
path = ""
```

看起来很长,但绝大部分选项是不需要做修改的。正常情况下,我们只需要关注:
+ `interval`
+ `upper_path`
+ `credential`
+ `codecs`
+ `favorite_list`
+ `collection_list`

以下逐条说明。
虽然配置文件看起来很长,但绝大部分选项是不需要做修改的。一般来说,我们只需要关注其中的少数几个,以下逐条说明。

### `interval`

Expand Down

0 comments on commit 9ef88e1

Please sign in to comment.