提交 56e2d45e 编写于 作者: J Jason Song 提交者: GitHub

Merge pull request #449 from lepdou/app_name

change app name limit to 128 characters
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册