困困鱼 发布于
1.2.4
最新>=2.22.1
功能新增
- 路由页面 douban 参数新增 dataType,genre,page,size
- 新增 Finder API
doubanFinder.list({
page: 1,
size: 10,
type: 'type',
dataType: 'dataType',
status: 'status',
genre: 'genre',
});
资源下载
- plugin-douban-1.2.4.jar

提供从豆瓣爬取到的数据,提供页面路由
doubanFinder.list({
page: 1,
size: 10,
type: 'type',
dataType: 'dataType',
status: 'status',
genre: 'genre',
});
在主题中创建一个名为 douban.html 的模板,最基础的示例如下:
<th:block th:replace="~{plugin:plugin-douban:modules/style}"></th:block>
<main class="main">
<div class="layoutSingleColumn layoutSingleColumn--wide u-paddingTop50">
<th:block th:replace="~{plugin:plugin-douban:modules/douban}"></th:block>
</div>
</main>
<th:block th:replace="~{plugin:plugin-douban:modules/script}"></th:block>
</main>