Skip to content

Commit

Permalink
chore: 调整默认识别阈值
Browse files Browse the repository at this point in the history
  • Loading branch information
Icexbb committed Dec 24, 2024
1 parent e42767d commit 044f79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SekaiToolsGUI/ViewModel/Setting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 044f79b

Please sign in to comment.