Skip to content

Commit 2b41b61

Browse files
committed
docs: 优化文档
1 parent eb27059 commit 2b41b61

7 files changed

Lines changed: 33 additions & 675 deletions

File tree

README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,50 +21,41 @@
2121

2222
</div>
2323

24-
25-
26-
![CLI Interface](/docs/cli.png)
24+
![CLI Interface](https://fd.s121.top/cli.png)
2725

2826
**[Visit Official Website](https://fd.s121.top/)**
2927

3028
## Features
3129

32-
* **⚡️ Lightning-Fast Download**
30+
- **⚡️ Lightning-Fast Download**
3331
Built-in [fast-steal](https://github.com/fast-down/fast-steal) work-stealing algorithm, with a measured download speed
3432
**2.43x that of NDM**.
35-
* **🔄 Robust Retry**
33+
- **🔄 Robust Retry**
3634
During download, switching WiFi, disconnecting WiFi, or changing proxies will still guarantee **correct file content
3735
**.
38-
* **⛓️‍💥 Resumable Download**
36+
- **⛓️‍💥 Resumable Download**
3937
Pause **at any time** halfway, and **resume the transfer** later.
40-
* **⛓️‍💥 Incremental Resumption**
38+
- **⛓️‍💥 Incremental Resumption**
4139
If a server log is fully downloaded today and 1000 new lines are added tomorrow, this feature only transfers the **new
4240
1000 lines**.
43-
* **💰 Open-Source & Free**
41+
- **💰 Open-Source & Free**
4442
Full source code is public, maintained
4543
by [share121](https://github.com/share121), [Cyan](https://github.com/CyanChanges), and other contributors.
46-
* **💻 Cross-Platform**
44+
- **💻 Cross-Platform**
4745

4846
## Download
4947

50-
| Architecture | Windows | Linux | Mac OS |
51-
|--------------|---------------|---------------|-----------------|
52-
| 64-bit | [Download][1] | [Download][2] | [Download][3] |
48+
| Architecture | Windows | Linux | Mac OS |
49+
| ------------ | ------------- | ------------- | ---------------- |
50+
| 64-bit | [Download][1] | [Download][2] | [Download][3] |
5351
| 32-bit | [Download][4] | [Download][8] | ❌ Not supported |
54-
| Arm64 | [Download][5] | [Download][6] | [Download][7] |
52+
| Arm64 | [Download][5] | [Download][6] | [Download][7] |
5553

5654
[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
57-
5855
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
59-
6056
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
61-
6257
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
63-
6458
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
65-
6659
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
67-
6860
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
69-
7061
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit

README.zhcn.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,48 +21,39 @@
2121

2222
</div>
2323

24-
25-
26-
![CLI 界面](/docs/cli.png)
24+
![CLI 界面](https://fd.s121.top/cli.png)
2725

2826
**[访问官网](https://fd.s121.top/)**
2927

3028
## 特性
3129

32-
* **⚡️ 极速下载**
30+
- **⚡️ 极速下载**
3331
自研 [fast-steal](https://github.com/fast-down/fast-steal) 任务窃取算法,实测下载速度是 NDM 的 **2.43 倍**
34-
* **🔄 超强重试**
32+
- **🔄 超强重试**
3533
下载时,切换 WiFi、关闭 WiFi、切换代理,都能保证**文件内容正确**
36-
* **⛓️‍💥 断点续传**
34+
- **⛓️‍💥 断点续传**
3735
下到一半**随时暂停**,之后还能**继续传输**
38-
* **⛓️‍💥 增量续传**
36+
- **⛓️‍💥 增量续传**
3937
服务器日志今天下载完成,明天又多了 1000 行,增量续传功能实现**只传输新增的 1000 行**
40-
* **💰 开源免费**
38+
- **💰 开源免费**
4139
所有代码全部公开,由 [share121](https://github.com/share121)[Cyan](https://github.com/CyanChanges) 与其他贡献者一起维护
42-
* **💻 跨平台**
40+
- **💻 跨平台**
4341

4442
## 下载
4543

46-
| 架构 | Windows | Linux | Mac OS |
47-
|-------|---------|---------|---------|
48-
| 64 位 | [下载][1] | [下载][2] | [下载][3] |
49-
| 32 位 | [下载][4] | [下载][8] | ❌ 不支持 |
44+
| 架构 | Windows | Linux | Mac OS |
45+
| ----- | --------- | --------- | --------- |
46+
| 64 位 | [下载][1] | [下载][2] | [下载][3] |
47+
| 32 位 | [下载][4] | [下载][8] | ❌ 不支持 |
5048
| Arm64 | [下载][5] | [下载][6] | [下载][7] |
5149

5250
[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
53-
5451
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
55-
5652
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
57-
5853
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
59-
6054
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
61-
6255
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
63-
6456
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
65-
6657
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit
6758

6859
## 使用方法

README.zhtw.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,37 @@
2121

2222
</div>
2323

24-
25-
26-
![CLI 介面](/docs/cli.png)
24+
![CLI 介面](https://fd.s121.top/cli.png)
2725

2826
**[造訪官網](https://fd.s121.top/)**
2927

3028
## 特色功能
3129

32-
* **⚡️ 極速下載**
30+
- **⚡️ 極速下載**
3331
自研 [fast-steal](https://github.com/fast-down/fast-steal) 工作竊取演算法,實測下載速度為 NDM 的 **2.43 倍**
34-
* **🔄 強效重試**
32+
- **🔄 強效重試**
3533
下載過程中,切換 WiFi、關閉 WiFi、切換代理,皆可確保**檔案內容正確無誤**
36-
* **⛓️‍💥 斷點續傳**
34+
- **⛓️‍💥 斷點續傳**
3735
下載至一半可**隨時暫停**,後續仍能**繼續傳輸**
38-
* **⛓️‍💥 增量續傳**
36+
- **⛓️‍💥 增量續傳**
3937
伺服器日誌今日下載完成後,明日若新增 1000 行,透過增量續傳功能僅需**傳輸新增的 1000 行**
40-
* **💰 開源免費**
38+
- **💰 開源免費**
4139
所有程式碼完全公開,由 [share121](https://github.com/share121)[Cyan](https://github.com/CyanChanges) 及其他貢獻者共同維護
42-
* **💻 跨平台支援**
40+
- **💻 跨平台支援**
4341

4442
## 下載
4543

46-
| 架構 | Windows | Linux | macOS |
47-
|-------|---------|---------|---------|
48-
| 64 元 | [下載][1] | [下載][2] | [下載][3] |
49-
| 32 元 | [下載][4] | [下載][8] | ❌ 不支援 |
44+
| 架構 | Windows | Linux | macOS |
45+
| ----- | --------- | --------- | --------- |
46+
| 64 元 | [下載][1] | [下載][2] | [下載][3] |
47+
| 32 元 | [下載][4] | [下載][8] | ❌ 不支援 |
5048
| Arm64 | [下載][5] | [下載][6] | [下載][7] |
5149

5250
[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
53-
5451
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
55-
5652
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
57-
5853
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
59-
6054
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
61-
6255
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
63-
6456
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
65-
6657
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/cli.png

-121 KB
Binary file not shown.

docs/gui.png

-86 KB
Binary file not shown.

0 commit comments

Comments
 (0)