Skip to content

Commit

Permalink
🐛 修复 Pixiv 小说搜索 keyword 模式 @journey-ad (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad authored Apr 20, 2024
1 parent 0c91dd9 commit a13ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hibiapi/api/pixiv/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SearchNovelModeType(str, Enum):
"""标签完全一致"""
text = "text"
"""正文"""
keywords = "keywords"
keyword = "keyword"
"""关键词"""


Expand Down

0 comments on commit a13ee7a

Please sign in to comment.