提示内容

This commit is contained in:
caishi 2024-01-17 15:09:53 +08:00
parent 23ffa8b072
commit 140caf30f9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function UpdateDescModal({form , visible , onCancel , onOk,desc,website,lesson_u
if(value.length > 5){
callback("最多创建5个标签");
}else if(boolLength.length){
callback("每个标签最多支持20个字");
callback("每个标签最多支持20个");
}else if(bool.length){
callback("标签名只允许包含中文、字母、数字或者中划线(-), 不能以中划线开头");
}