feat: 版本后面也跟个日期

This commit is contained in:
uye
2025-08-14 10:29:13 +08:00
parent df1c6b4fa7
commit 8ef3e48492
4 changed files with 12 additions and 11 deletions

View File

@@ -211,7 +211,7 @@ public class VersionUpdateSettingsUserControlModel : PropertyChangedBase
private UpdateVersionType _versionType = (UpdateVersionType)Enum.Parse(
typeof(UpdateVersionType),
ConfigurationHelper.GetGlobalValue(ConfigurationKeys.VersionType, UpdateVersionType.Stable.ToString()));
ConfigurationHelper.GetGlobalValue(ConfigurationKeys.VersionType, nameof(UpdateVersionType.Stable)));
/// <summary>
/// Gets or sets the type of version to update.