style(docs): adjust screenshot picture in config/ from figma

This commit is contained in:
zthxxx
2023-06-28 00:32:00 +08:00
parent 6e3cae3797
commit 3dcd336c09
6 changed files with 21 additions and 5 deletions

View File

@@ -101,3 +101,9 @@
.medium-zoom--opened .medium-zoom-image {
z-index: 21;
}
.vp-doc .ab-shadow-card {
box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2),
0 0 2px rgba(0,0,0,0.2),
0 20px 30px -20px rgba(0,0,0,0.4);
}

View File

@@ -2,7 +2,9 @@
## WebUI 设置
![downloader](../image/config/downloader.png)
![downloader](../image/config/downloader.png){width=500}{class=ab-shadow-card}
<br/>
- **Downloader Type** 为下载器类型,目前支持 qBittorrent 下载器,目前暂不支持修改。
- **Host** 为下载器地址。[1](#下载器地址)

View File

@@ -2,7 +2,9 @@
## WebUI 配置
![notification](../image/config/notifier.png)
![notification](../image/config/notifier.png){width=500}{class=ab-shadow-card}
<br/>
- **Enable** 为是否启用通知,如果不启用通知,下面的配置项将不会生效。
- **Type** 为通知类型,目前支持:

View File

@@ -4,7 +4,9 @@ AB 的解析器用于解析聚合 RSS 链接,如果 RSS 有新条目更新A
## Webui 中的解析器设置
![parser](../image/config/parser.png)
![parser](../image/config/parser.png){width=500}{class=ab-shadow-card}
<br/>
- **Enable**: 是否启用 RSS 解析器。
- **Source** 为 RSS 解析器类型,目前支持 `mikan`

View File

@@ -2,7 +2,9 @@
## WebUI 配置
![program](../image/config/program.png)
![program](../image/config/program.png){width=500}{class=ab-shadow-card}
<br/>
- Interval Time 参数的单位为秒,如果你需要设置为分钟,请自行转换为秒。
- RSS 为 RSS 检查时间间隔,这个参数影响自动下载规则生成的周期间隔。

View File

@@ -2,7 +2,9 @@
## 代理
![proxy](../image/config/proxy.png)
![proxy](../image/config/proxy.png){width=500}{class=ab-shadow-card}
<br/>
AB 支持 HTTP 代理和 SOCKS5 代理,通过设置代理可以解决一些网络问题。