mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
docs: update index, update ci.
This commit is contained in:
@@ -30,5 +30,5 @@ v3.1 版本以后解析器设置迁移到各个单独的 RSS 设置中,如果
|
||||
|
||||
|
||||
[rss_token]: rss
|
||||
[add_rss]: /usage/rss#解析器设置
|
||||
[add_rss]: /feature/rss#解析器设置
|
||||
[reproxy]: proxy##反向代理设置
|
||||
26
docs/feature/search.md
Normal file
26
docs/feature/search.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 搜索功能
|
||||
|
||||
在 3.1 版本之后 AB 添加了搜索功能,可以通过搜索功能快速找到想要的番剧。
|
||||
|
||||
## 使用搜索功能
|
||||
|
||||
搜索栏位于 AB 顶栏,可以在搜索栏右侧选择想要搜索的源站,比如:蜜柑计划、nyaa 等
|
||||
|
||||
选择对应的源站输入关键词,AB 即可自动解析搜索结果并展示。如果想要添加对应的番剧,点击卡片右侧的添加按钮即可。
|
||||
|
||||
## ⚠️注意
|
||||
|
||||
源站为 **Mikan** 是 AB 默认使用 `mikan` 解析器,如果使用其他源站,默认使用 TMDB 解析器。
|
||||
|
||||
## 增加源站
|
||||
|
||||
用户可以手动增加源站列表,只需要更改 `config/search_provider.json` 即可。
|
||||
默认为
|
||||
```json
|
||||
{
|
||||
"mikan": "https://mikanani.me/RSS/Search?searchstr=%s",
|
||||
"nyaa": "https://nyaa.si/?page=rss&q=%s&c=0_0&f=0",
|
||||
"dmhy": "http://dmhy.org/topics/rss/rss.xml?keyword=%s",
|
||||
"bangumi.moe": "https://bangumi.moe/rss/search/%s"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user