mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 03:09:41 +08:00
14 lines
459 B
HTML
14 lines
459 B
HTML
<div class="actions" xmlns:th="https://www.thymeleaf.org">
|
|
<div class="bullet-screen is-hidden-mobile is-hidden-all">
|
|
<span>弹</span>
|
|
</div>
|
|
<div id="toggle-mode">
|
|
<i class="fa fa-adjust"></i>
|
|
</div>
|
|
<div th:if="${theme.config.basic_style.drawer_toc}" class="action-toc is-hidden-desktop">
|
|
<i class="fa fa-list-ul"></i>
|
|
</div>
|
|
<div id="back-to-top">
|
|
<i class="fa fa-arrow-up"></i>
|
|
</div>
|
|
</div> |