We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GZTimeWalker
Learn more about funding links in repositories.
Report abuse
1 parent f5c1aed commit 83a6468Copy full SHA for 83a6468
GZCTF/Models/Request/Game/FlagSubmitModel.cs
@@ -12,5 +12,6 @@ public class FlagSubmitModel
12
/// fix: 防止前端的意外提交 (number/float/null) 可能被错误转换
13
/// </summary>
14
[Required(ErrorMessage = "flag 是必需的")]
15
+ [MaxLength(126, ErrorMessage = "flag 过长")]
16
public string Flag { get; set; } = string.Empty;
17
}
0 commit comments