From 6e1e56c1bd55024119b29c49b54fb5aba2d0cebd Mon Sep 17 00:00:00 2001 From: Pissofdvpe <144553149+Pissofdvpe@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:18:46 +0800 Subject: [PATCH] Update lyric.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat:优化桌面歌词字体调整 --- web/lyric.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lyric.html b/web/lyric.html index ca3214f..5898293 100644 --- a/web/lyric.html +++ b/web/lyric.html @@ -365,7 +365,7 @@ } case "font-size-reduce": { let fontSize = options.fontSize; - if (fontSize > 20) { + if (fontSize > 10) { fontSize--; this.changeOptions({ ...options, fontSize }); }