添加即刻页气泡效果

This commit is contained in:
roozen 2023-07-22 00:17:58 +08:00
parent 4fcbd5c069
commit f0510940a1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
</main> </main>
<!-- 底部 --> <!-- 底部 -->
<footer th:replace="~{modules/footer :: footer}"></footer> <footer th:replace="~{modules/footer :: footer}"></footer>
<script async data-pjax src="assets/libs/canvas/bubble.js"></script> <script async data-pjax th:src="${assets_link + '/libs/canvas/bubble.js'}></script>
</div> </div>
</th:block> </th:block>