From 8c33942a7d5363dbf449a73aadbf2a8695e60757 Mon Sep 17 00:00:00 2001 From: fly316 Date: Tue, 10 Jun 2025 13:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=BA=86=E6=94=BE=E5=A4=A7=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=83=A8=E5=88=86=E4=B8=8E=E9=BB=91=E7=99=BD=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=87=E6=8D=A2=E5=9C=A8=E5=B0=8F=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E4=BC=9A=E5=92=8C=E6=A0=87=E9=A2=98=E9=87=8D=E5=90=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98(again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/fontsize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/fontsize.js b/static/fontsize.js index 9f2a76e..2a414be 100644 --- a/static/fontsize.js +++ b/static/fontsize.js @@ -149,7 +149,7 @@ styleInject(css); function install(hook, vm) { hook.afterEach(function (html) { - const savedSize = localStorage.getItem('font-size') || 15; + const savedSize = localStorage.getItem('font-size') || 17; const lang = document.documentElement.lang; const fontSizeText = lang === 'zh' ? `当前字体大小: ${savedSize}px` : `Font size: ${savedSize}px`; var fontSizeButtons = `