Skip to content

Commit

Permalink
docs: update index, update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed Oct 2, 2023
1 parent cb628cf commit 77e50ed
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ v3.1 版本以后解析器设置迁移到各个单独的 RSS 设置中,如果


[rss_token]: rss
[add_rss]: /usage/rss#解析器设置
[add_rss]: /feature/rss#解析器设置
[reproxy]: proxy##反向代理设置
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions docs/feature/search.md
Original file line number Diff line number Diff line change
@@ -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"
}
```
File renamed without changes.

0 comments on commit 77e50ed

Please sign in to comment.