Commit 56e2d45e by Jason Song Committed by GitHub

Merge pull request #449 from lepdou/app_name

change app name limit to 128 characters
parents 35fbe00e 99b8e5be
......@@ -12,8 +12,8 @@ app_module.config(function (valdrProvider) {
},
'appName': {
'size': {
'max': 32,
'message': '应用名称长度不能多于32个字符'
'max': 128,
'message': '应用名称长度不能多于128个字符'
},
'required': {
'message': '应用名称不能为空'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment