Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Nov 15, 2023
1 parent a9c08c3 commit d9947f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@ <h1 class="title">JavBus API</h1>
<p class="try">你可以尝试访问以下 API:</p>
<ol class="list">
<li>
<a href="/api/movies?page=1&magnet=exist">返回有磁力链接的第一页影片</a>
<a href="/api/movies">返回有磁力链接的第一页影片</a>
</li>
<li>
<a href="/api/movies?page=1&filterType=star&filterValue=qs6&magnet=all">
<a href="/api/movies?filterType=star&filterValue=qs6&magnet=all">
返回演员 ID 为
<span class="tag">qs6</span>
的影片的第一页,包含有磁力链接和无磁力链接的影片
</a>
</li>
<li>
<a href="/api/movies/search?keyword=三上&page=1&magnet=exist">
<a href="/api/movies/search?keyword=三上">
搜索关键词为
<span class="tag">三上</span>
的影片的第一页,只返回有磁力链接的影片
Expand Down

0 comments on commit d9947f6

Please sign in to comment.