瞬间改为30数据

This commit is contained in:
1152958806@qq.com 2023-09-25 22:45:14 +08:00
parent 11b4717e2c
commit 756764fc31
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
buttonTitle = ${theme.config.moment.buttonTitle})}" ></div>
<div id="bber">
<section class="timeline page-1">
<ul class="list" id="waterfall">
<ul class="list" id="waterfall" th:with="moments = ${momentFinder.list(1, 30)}">
<li class="item" th:each="moment : ${moments.items}"
th:with="content=${moment.spec.content}">
<div class="bber-content">
@ -57,11 +57,11 @@
</a>
</div>
</li>
</ul>
</section>
<!-- 分页还没写 -->
</div>
<div id="bber-tips" style="color: var(--heo-secondtext);">- 只展示最近30条短文 -</div>
<script>heo.reflashEssayWaterFall();</script>
<hr/>
<!--/* 评论组件 */-->