Skip to content

Commit

Permalink
修复音乐浮动bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MuenYu committed Mar 27, 2021
1 parent 4baec8a commit cfc7832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</form>
<!-- search end -->
<!-- aplayer start -->
<#if settings.is_aplayer!false || settings.aplayer_float!false>
<#if settings.is_aplayer && settings.aplayer_float>
<div id="aplayer-float" style="z-index: 100;" class="aplayer" data-global="true" data-id="${settings.aplayer_id!'2345868969'}" data-server="${settings.aplayer_server!'netease'}" data-type="${settings.aplayer_type!'playlist'}" data-fixed="true" data-preload="${settings.aplayer_preload!'none'}" data-order="${settings.aplayer_order!'list'}" data-theme="${settings.aplayer_theme!'orange'}" data-autoplay="${(settings.aplayer_autoplay!false)?string('true', 'false')}"></div>
</#if>
<!-- aplayer end -->
Expand Down

0 comments on commit cfc7832

Please sign in to comment.