feat.完善了时钟轻应用,为启动器提供了多语言支持

This commit is contained in:
lincube
2026-05-18 12:26:23 +08:00
parent 93758fc083
commit b6d820a320
63 changed files with 4581 additions and 342 deletions

View File

@@ -6,6 +6,7 @@ using Avalonia.Interactivity;
using Avalonia.Markup.Xaml;
using Avalonia.Media;
using Avalonia.Threading;
using LanMountainDesktop.Launcher.Resources;
using LanMountainDesktop.Launcher.Services;
namespace LanMountainDesktop.Launcher.Views;
@@ -184,7 +185,7 @@ public partial class SplashWindow : Window, ISplashStageReporter
return;
}
UpdateStatus("[Debug Mode] Splash Preview");
UpdateStatus(Strings.Splash_DebugPreview);
}
private void OnVersionTextClick(object? sender, PointerPressedEventArgs e)