From 05c763f52931023bc129e6f4a5d37d779f41fffb Mon Sep 17 00:00:00 2001 From: hei-shou Date: Fri, 20 Jan 2023 16:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=BA=86pull=E5=B8=A6=E6=9D=A5?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 焯 --- WonderLab/Program.cs | 3 --- WonderLab/ViewModels/OtherViewModel.cs | 3 --- WonderLab/Views/OtherView.axaml | 27 -------------------------- 3 files changed, 33 deletions(-) diff --git a/WonderLab/Program.cs b/WonderLab/Program.cs index 6fb697d..1404341 100644 --- a/WonderLab/Program.cs +++ b/WonderLab/Program.cs @@ -18,7 +18,6 @@ internal class Program [STAThread] public static void Main(string[] args) { -<<<<<<< Updated upstream //if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) //{ // if (File.Exists(Path.Combine("updata-cache", "UpdataNextTime"))) @@ -29,7 +28,6 @@ public static void Main(string[] args) // return; // } //} -======= if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { //if (File.Exists(Path.Combine("updata-cache", "UpdataNextTime"))) @@ -40,7 +38,6 @@ public static void Main(string[] args) // return; //} } ->>>>>>> Stashed changes Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); BuildAvaloniaApp() .StartWithClassicDesktopLifetime(args); diff --git a/WonderLab/ViewModels/OtherViewModel.cs b/WonderLab/ViewModels/OtherViewModel.cs index a4592bd..6d923f9 100644 --- a/WonderLab/ViewModels/OtherViewModel.cs +++ b/WonderLab/ViewModels/OtherViewModel.cs @@ -21,7 +21,6 @@ public partial class OtherViewModel : ViewModelBase { public async Task Check() { -<<<<<<< Updated upstream try { await Task.Run(() => @@ -41,7 +40,6 @@ await Task.Run(() => { } -======= await Task.Run(async () => { IsCheckVersion = true; @@ -57,7 +55,6 @@ await Task.Run(async () => // } //} }); ->>>>>>> Stashed changes } } diff --git a/WonderLab/Views/OtherView.axaml b/WonderLab/Views/OtherView.axaml index 16073f6..1d0a9f8 100644 --- a/WonderLab/Views/OtherView.axaml +++ b/WonderLab/Views/OtherView.axaml @@ -38,32 +38,6 @@ -<<<<<<< Updated upstream - - - - - - - - - - - - - - - - - - - - - - -======= @@ -88,7 +62,6 @@ ->>>>>>> Stashed changes