Skip to content

Commit 539617f

Browse files
committed
更新文档
1 parent d06d085 commit 539617f

File tree

4 files changed

+32
-23
lines changed

4 files changed

+32
-23
lines changed

doc/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineConfig({
3838
collapsed: true,
3939
items: [
4040
{
41-
text: '安装主程序',
41+
text: '安装程序',
4242
link: '/doc/install/main'
4343
},
4444
{

doc/doc/install/main.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# 安装主程序
2-
## 方式一:编译版
3-
此方式可脱离 Python 环境独立运行,并集成 FFmpeg,适用于 Windows 用户。
1+
# 安装程序
2+
## 下载发行版
3+
用户可前往[GitHub Release](https://github.com/ScottSloan/Bili23-Downloader/releases/)页面查看历史版本。
4+
也可以在下方列表中下载。
45

5-
[GitHub Release](https://github.com/ScottSloan/Bili23-Downloader/releases/tag/v1.55.0)
6-
[蓝奏云](https://wwx.lanzout.com/iJNAV2m5jdna)
6+
| 文件名 | 平台架构 | 下载地址 | 备注 |
7+
| -- | -- | -- | -- |
8+
| - | 通用 | - | 源码版 |
9+
| Bili23-Downloader-1.55.0-win-amd64.zip | Windows x64 | <a href="https://github.com/ScottSloan/Bili23-Downloader/releases/tag/v1.55.0" target="_blank" rel="noreferer">GitHub</a> <br> <a href="https://wwx.lanzout.com/iJNAV2m5jdna" target="_blank" rel="noreferer">蓝奏云</a> | 编译版,附带 FFmpeg |
10+
| - | Windows x64 | - | 编译版,不附带 FFmpeg |
711

8-
下载完成后,将压缩包解压,以管理员身份运行 GUI.exe,即可开始使用。
12+
| 文件名 | SHA1 |
13+
| -- | -- |
14+
| Bili23-Downloader-1.55.0-win-amd64.zip | a272880fe688597b1419633f4a75808273d360a2 |
915

10-
:::tip
11-
若出现应用程序错误等问题,请尝试修复 DirectX 和 C++ 运行库。
12-
:::
13-
14-
## 方式二:手动安装
15-
此方式同时适用于 Windows/Linux/macOS 平台用户。
16-
17-
Python 版本要求为 3.10 及以上。
16+
## 源码版使用
17+
Python 版本需要为 3.10 及以上。
1818

1919
### 克隆仓库
2020
```bash
@@ -41,4 +41,11 @@ python3 GUI.py
4141
sudo apt install libgtk-3-dev
4242

4343
pip install wxPython
44-
```
44+
```
45+
46+
## 编译版使用
47+
下载完成后,解压压缩包,以管理员身份运行 GUI.exe,即可开始使用。
48+
49+
:::tip
50+
若出现应用程序错误等问题,请尝试修复 DirectX 和 C++ 运行库。
51+
:::

doc/doc/use/basic.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## 主界面
88
首次启动程序后,点击程序左下角`未登录`区域或在菜单中点击`工具`->`登录`,打开登录窗口。
99

10-
确保登录后,在链接框中输入 URL,点击`get`按钮开始解析,解析完成后显示剧集列表,如下图所示。
10+
确保登录后,在链接框中输入 URL,点击`Get`按钮开始解析,解析完成后显示剧集列表,如下图所示。
1111

1212
[![pAxOkb6.png](https://s21.ax1x.com/2024/12/30/pAxOkb6.png)](https://imgse.com/i/pAxOkb6)
1313

@@ -31,12 +31,14 @@
3131

3232
[![pAxXee0.png](https://s21.ax1x.com/2024/12/30/pAxXee0.png)](https://imgse.com/i/pAxXee0)
3333

34+
默认情况下,视频清晰度和音质均为`自动`,将下载视频最高可用的清晰度和音质。
35+
3436
:::tip
3537
在此处修改的下载设置在程序关闭前都会生效,不会覆盖设置窗口中的设置。
3638

37-
此处显示的清晰度和音质信息为输入链接所对应的单个视频,对于多个视频清晰度不统一的情况,直接选择`自动`即可,程序将会下载每个视频的最高可用清晰度。
39+
此处显示的清晰度和音质信息为输入链接所对应的单个视频,如果存在多个视频清晰度不统一的情况,可能会不准确。
3840

39-
如果用户需要自动下载杜比视频/全景声,还需再设置中打开`自动下载杜比`选项。
41+
如果用户需要自动下载杜比视频/全景声,还需在设置中打开`自动下载杜比`选项,否则需要手动选择才会下载
4042

4143
部分视频可能不存在 AV1 编码,最终的媒体信息请以下载项的显示为准。
4244
:::
@@ -61,7 +63,7 @@
6163
* 支持并行下载,在窗口顶部的选择框还可动态调整当前的并行下载数
6264
* 支持断点续传
6365
* 支持下载限速,与并行下载结合体验更佳
64-
* 下载出错时还可自动重试
66+
* 支持下载出错自动重试
6567
* 采用懒加载模式显示下载列表
6668

6769
:::tip
@@ -102,8 +104,8 @@
102104

103105
[![pElc0eS.png](https://s21.ax1x.com/2025/02/23/pElc0eS.png)](https://imgse.com/i/pElc0eS)
104106

105-
程序直接提供了解析后的 m3u8 直链,可在外部播放器中播放。
106-
由于 FFmpeg 的特性,从点击录制到真正开始录制大约需要10s。
107+
程序直接提供了解析后的 m3u8 直链,可在外部播放器中播放。
108+
由于 FFmpeg 的特性,从点击录制到真正开始录制大约需要10s。
107109

108110
:::tip
109111
点击`直接播放`将调用系统默认的播放器播放,Windows 自带的媒体播放器不支持播放 m3u8 链接,建议使用 VLC、PotPlayer、MPV 等播放器。

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
actions:
99
- theme: brand
1010
text: 下载安装
11-
link: https://github.com/ScottSloan/Bili23-Downloader/releases
11+
link: /doc/install/main
1212
- theme: alt
1313
text: 项目文档
1414
link: /doc/intro

0 commit comments

Comments
 (0)