Update lyric.html

feat:优化桌面歌词字体调整
This commit is contained in:
Pissofdvpe
2025-09-21 19:18:46 +08:00
committed by GitHub
parent 105fed4bd0
commit 6e1e56c1bd

View File

@@ -365,7 +365,7 @@
}
case "font-size-reduce": {
let fontSize = options.fontSize;
if (fontSize > 20) {
if (fontSize > 10) {
fontSize--;
this.changeOptions({ ...options, fontSize });
}