mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat: 版本后面也跟个日期
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user