add chouti search doc

This commit is contained in:
hillerliao
2021-06-10 14:25:57 +08:00
committed by GitHub
parent 2d4e024f60
commit 1b60651eb4

View File

@@ -296,4 +296,17 @@
<br>
<!--item info end-->
{% endblock content %}
<!--item info start-->
<div class="card text-left">
<div class="card-body">
<h4 class="card-title">抽屉新热榜 - 搜索</h4>
<h6 class="text-muted">抽屉新热榜 - 搜索 <a href="https://github.com/hillerliao" target="_blank" class="badge badge-secondary">by hillerliao</a></h6>
<p class="card-text">举例:<a href="https://pyrsshub.herokuapp.com/chouti/search/China" target="_blank">https://pyrsshub.herokuapp.com/chouti/search/China</a></p>
<p class="card-text">路由:<code>/chouti/search/:category</code></p>
<p class="card-text">参数category [必填, 搜索关键词] </p>
</div>
</div>
<br>
<!--item info end-->
{% endblock content %}