Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adogecheems authored Aug 30, 2024
1 parent ca77646 commit 7c750fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ print(searcher.anime.size)

### 插件系统

AniSearch 使用基于元类的插件系统来支持不同的搜索源插件系统来支持不同的搜索源
AniSearch 使用基于元类的插件系统来支持不同的搜索源

### 已实现的插件

Expand Down Expand Up @@ -144,7 +144,7 @@ class Custom(BasePlugin):
```python
searcher_custom = AniSearch(plugin_name='custom')

# 如果文件没有放在项目plugins目录下,需要手动引入将其引入命名空间
# 如果文件没有放在项目plugins目录下,需要手动将其引入命名空间
# 请务必将类名(遵守pep8命名规范)、插件名、文件名保持一致,大小写会自动处理

searcher_custom.search("我推的孩子")
Expand Down Expand Up @@ -193,4 +193,4 @@ anisearch -k "我推的孩子" -p nyaa

## 许可证

AGPLv3
AGPLv3

0 comments on commit 7c750fa

Please sign in to comment.