namespace DownKyi.Core.Settings.Models { /// /// 关于 /// public class AboutSettings { public AllowStatus IsReceiveBetaVersion { get; set; } = AllowStatus.NONE; public AllowStatus AutoUpdateWhenLaunch { get; set; } = AllowStatus.NONE; } }