账户选择器增加说明,增加选择账户的数量限制功能,v1.6.18
This commit is contained in:
@@ -23,6 +23,11 @@ namespace CommonLibrary
|
||||
public string GeneralDescription { get; set; } = "描述";
|
||||
public string GeneralAllowLoginList { get; set; } = "允许登录列表";
|
||||
|
||||
#region 格式化文本
|
||||
|
||||
public string FormateBetweenTwoSize { get; set; } = "选择的数量范围为 {0} - {1}";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 复选框
|
||||
|
||||
|
||||
@@ -23,6 +23,12 @@ namespace CommonLibrary
|
||||
public string GeneralAllowLoginList { get; set; } = "Allow login list";
|
||||
|
||||
|
||||
#region 格式化文本
|
||||
|
||||
public string FormateBetweenTwoSize { get; set; } = "Select count should between {0} and {1}";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 复选框
|
||||
|
||||
public string CheckBoxAllowUserMulti { get; set; } = "Allow an account to log if online (except admin)";
|
||||
|
||||
@@ -93,6 +93,12 @@ namespace CommonLibrary
|
||||
string GeneralAllowLoginList { get; set; }
|
||||
|
||||
|
||||
#region 格式化文本
|
||||
|
||||
string FormateBetweenTwoSize { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region 复选框
|
||||
|
||||
string CheckBoxAllowUserMulti { get; set; }
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace CommonLibrary
|
||||
**************************************************************************/
|
||||
|
||||
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.17");
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.18");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user