docs: update ci. update 3.1 docs.

This commit is contained in:
EstrellaXD
2023-10-02 15:43:37 +08:00
parent 4c1b3c9954
commit 9c48ff5051
10 changed files with 14 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: If release
id: release
run: |
if [ '${{ github.event_name }}' == 'pull_request' ]; then
if [[ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.source.branch }} == *'dev'* ]]; then
if [ ${{ github.event.pull_request.merged }} == true ]; then
echo "release=1" >> $GITHUB_OUTPUT
else

View File

@@ -21,8 +21,6 @@ https://mikanani.me/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
https://mikanime.tv/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
AB 中需要填入的 `token` 为以上 url 中 `token=` 后面的一串字符。
## Mikan Project 订阅贴士
由于 AutoBangumi 会解析所有获得的 RSS 信息,因此在订阅番剧的时候需要注意以下几点:

View File

@@ -45,17 +45,17 @@ services:
- AutoBangumi_config:/app/config
- AutoBangumi_data:/app/data
ports:
- 7892:7892
- "7892:7892"
restart: unless-stopped
dns:
- 223.5.5.5
network_mode: bridge
volumes:
AutoBangumi_config:
name: AutoBangumi_config
AutoBangumi_data:
name: AutoBangumi_data
AutoBangumi_config:
name: AutoBangumi_config
AutoBangumi_data:
name: AutoBangumi_data
```
运行以下命令启动容器。
@@ -72,7 +72,7 @@ docker compose up -d
- [在 Windows/macOS 中安装 qBittorrent][qbittorrent-desktop]
- [在 Linux 中安装 qBittorrent-nox][qbittorrent-nox]
## 获取 Mikan Project 的 RSS 链接
## 获取聚合 RSS 链接 (以蜜柑计划的聚合 RSS 为例)
进入 [MiKan Project][mikan-project],注册账号并登录,然后点击右下角的 **RSS** 按钮,复制链接。
@@ -85,7 +85,6 @@ https://mikanani.me/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# 或者
https://mikanime.tv/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
复制 token= 后面的内容。
详细步骤参考 [Mikan RSS][config-rss]
@@ -98,11 +97,15 @@ https://mikanime.tv/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
![ab-webui](../image/config/downloader.png){width=500}{class=ab-shadow-card}
2. 填入 Mikan RSS 的 Token
2. 点击 **Apply** 保存配置,此时 AB 会重启运行,当右上角的圆点变为绿色时,表示 AB 已经正常运行
3. 点击右上角的添加按钮,勾选 **聚合 RSS** 选择解析器类型,填入 Mikan RSS 的地址。
![ab-rss](../image/config/add-rss.png){width=500}{class=ab-shadow-card}
等待 AB 解析聚合 RSS解析完成会自动添加番剧并且下载管理。
![ab-rss](../image/config/parser.png){width=500}{class=ab-shadow-card}
3. 点击 **Apply** 保存配置,此时 AB 会重启运行,当右上角的圆点变为绿色时,表示 AB 已经正常运行。
[docker-engine]: https://docs.docker.com/engine/install/
[docker-desktop]: https://www.docker.com/products/docker-desktop

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB