mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 04:19:41 +08:00
11 lines
322 B
HTML
11 lines
322 B
HTML
<div xmlns:th="https://www.thymeleaf.org"
|
|
th:fragment="widget (hide)"
|
|
th:class="'card widget timelife ' + ${hide}">
|
|
|
|
<div class="card-title">
|
|
<i class="ri-hourglass-line card-title-label"></i>
|
|
<span>人生倒计时</span>
|
|
</div>
|
|
<div class="card-content aside-timelife"></div>
|
|
</div>
|