add xuangubao theme

This commit is contained in:
hillerliao
2020-03-11 23:07:17 +08:00
parent 37dddb4ac7
commit 4efd65f909
3 changed files with 63 additions and 1 deletions

View File

@@ -137,4 +137,30 @@
</div>
<br>
<!--item info end-->
<!--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://rsshub-python.herokuapp.com/eastmoney/report/stock/473" target="_blank">https://rsshub-python.herokuapp.com/eastmoney/report/stock/473</a></p>
<p class="card-text">路由:<code>/eastmoney/report/:type/:category</code></p>
<p class="card-text">参数type, category [必填,见财新网滚动频道 http://www.caixin.com/search/scroll/0.jsp]</p>
</div>
</div>
<br>
<!--item info end-->
<!--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://rsshub-python.herokuapp.com/xuangubao/theme/17006066" target="_blank">https://rsshub-python.herokuapp.com/xuangubao/theme/17006066</a></p>
<p class="card-text">路由:<code>/xuangubao/:type/:category</code></p>
<p class="card-text">参数type = theme|subject category [必填,板块/主题ID]</p>
</div>
</div>
<br>
<!--item info end-->
{% endblock content %}