From 044f79b31658f5a511aff86384b4570ea5ef1416 Mon Sep 17 00:00:00 2001 From: XBB Date: Wed, 25 Dec 2024 00:19:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SekaiToolsGUI/ViewModel/Setting.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SekaiToolsGUI/ViewModel/Setting.cs b/SekaiToolsGUI/ViewModel/Setting.cs index dd5f1a6..b898097 100644 --- a/SekaiToolsGUI/ViewModel/Setting.cs +++ b/SekaiToolsGUI/ViewModel/Setting.cs @@ -48,10 +48,10 @@ public Setting() TypewriterFadeTime = 50, TypewriterCharTime = 80, - ThresholdDialogNormal = 0.85, + ThresholdDialogNormal = 0.75, ThresholdDialogSpecial = 0.6, - ThresholdBannerNormal = 0.85, - ThresholdMarkerNormal = 0.85, + ThresholdBannerNormal = 0.75, + ThresholdMarkerNormal = 0.75, DialogFontFamily = "思源黑体 CN Bold", BannerFontFamily = "思源黑体 Medium",