困困鱼 发布于
1.2.5
最新>=2.22.1
新增
- 添加 types 接口
/apis/api.douban.moony.la/v1alpha1/doubanmovies/-/types
[
{
"doubanCount": 8,
"key": "movie",
"name": "电影"
}
]
资源下载
- plugin-douban-1.2.5.jar

提供从豆瓣爬取到的数据,提供页面路由
或者也可以直接在网站后台的应用市场中搜索豆瓣并安装。
[
{
"doubanCount": 8,
"key": "movie",
"name": "电影"
}
]
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>
或者也可以直接在网站后台的应用市场中搜索豆瓣并安装。