From 8ef3a34ddfbbd48c69dff7e935dab6fc7625324b Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:36:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AE=BE=E7=BD=AE-=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip changelog] --- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index 84abbe993e..797b258237 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -95,6 +95,11 @@ namespace MaaWpfGui.ViewModels.UI public static VersionUpdateSettingsUserControlModel VersionUpdateDataContext { get; } = new(); + /// + /// Gets 软件更新model + /// + public static VersionUpdateSettingsUserControlModel VersionUpdateDataContext { get; } = new(); + /// /// Initializes a new instance of the class. ///