mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 19:37:35 +08:00
Update lyric.html
feat:优化桌面歌词字体调整
This commit is contained in:
@@ -365,7 +365,7 @@
|
|||||||
}
|
}
|
||||||
case "font-size-reduce": {
|
case "font-size-reduce": {
|
||||||
let fontSize = options.fontSize;
|
let fontSize = options.fontSize;
|
||||||
if (fontSize > 20) {
|
if (fontSize > 10) {
|
||||||
fontSize--;
|
fontSize--;
|
||||||
this.changeOptions({ ...options, fontSize });
|
this.changeOptions({ ...options, fontSize });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user