File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2323 :hidePassedLines =" settingStore.hidePassedLines"
2424 :wordFadeWidth =" settingStore.wordFadeWidth"
2525 :style =" {
26+ '--display-count-down-show': settingStore.countDownShow ? 'flex' : 'none',
2627 '--amll-lp-font-size': settingStore.lyricFontSize + 'px',
2728 'font-weight': settingStore.lyricFontBold ? 'bold' : 'normal',
2829 'font-family': settingStore.LyricFont !== 'follow' ? settingStore.LyricFont : '',
@@ -88,7 +89,7 @@ const amLyricsData = computed(() => {
8889 if (! showTran ) line .translatedLyric = " " ;
8990 if (! showRoma ) line .romanLyric = " " ;
9091 if (! showWordsRoma ) line .words .forEach ((word ) => (word .romanWord = " " ));
91- })
92+ });
9293 }
9394
9495 return clonedLyrics ;
@@ -166,6 +167,12 @@ onBeforeUnmount(() => {
166167 top : 0 ;
167168 padding-left : 10px ;
168169 padding-right : 80px ;
170+
171+ div {
172+ div [class ^= " _interludeDots" ] {
173+ display : var (--display-count-down-show );
174+ }
175+ }
169176 }
170177
171178 & .pure {
You can’t perform that action at this time.
0 commit comments