halo-theme-hao/templates/modules/nav-music.html

11 lines
474 B
HTML

<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<!-- 音乐 -->
<div th:fragment="nav-music" class="needEndHide" id="nav-music" onclick="heo.musicToggle()">
<div id="nav-music-hoverTips">播放音乐</div>
<meting-js th:id="${theme.config.other.nav_music.id}" th:server="${theme.config.other.nav_music.server}" type="playlist" mutex="true" preload="none" theme="var(--heo-main)" data-lrctype="0" order="random">
</meting-js>
</div>
</html>