style(common-setting): clean warning (#246)

This commit is contained in:
simontigers
2023-10-30 17:35:34 +08:00
committed by GitHub
parent 5132481fef
commit 5e5ec3f887
9 changed files with 306 additions and 68 deletions

View File

@@ -162,4 +162,4 @@ class NoticeConfigUpdateForm(Form):
info = StringField(validators=[
validators.DataRequired(message="信息 不能为空"),
validators.Length(max=255),
])
])