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