From cea777e8b22f80a3021b2bcac79b42ab91bc2316 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Thu, 2 Oct 2025 19:25:57 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E5=90=AF=E5=8A=A8=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ink Canvas/App.xaml.cs b/Ink Canvas/App.xaml.cs index 5bc6ea61..f524565a 100644 --- a/Ink Canvas/App.xaml.cs +++ b/Ink Canvas/App.xaml.cs @@ -912,8 +912,8 @@ namespace Ink_Canvas { if (_isSplashScreenShown) { - SetSplashMessage("正在完成初始化..."); - SetSplashProgress(90); + SetSplashMessage("完成初始化..."); + SetSplashProgress(80); Task.Delay(300).ContinueWith(_ => { Dispatcher.Invoke(() =>