Browse Source

fix: typo

DIYgod 2 years ago
parent
commit
4f6109192a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/template/player.art

+ 1 - 1
src/template/player.art

@@ -6,7 +6,7 @@
         <img src="{{ options.logo }}">
     </div>
     {{ /if }}
-    <div class="dplayer-danmaku"{{ if options.danmaku && options.danmaku.bottm }} style="margin-bottom:{{ options.danmaku.bottm }}"{{ /if }}>
+    <div class="dplayer-danmaku"{{ if options.danmaku && options.danmaku.bottom }} style="margin-bottom:{{ options.danmaku.bottom }}"{{ /if }}>
         <div class="dplayer-danmaku-item dplayer-danmaku-item--demo"></div>
     </div>
     <div class="dplayer-subtitle"></div>