style: 修改部分校验的提示文字 (#3554)

pull/3556/head
zhengkunwang 11 months ago committed by GitHub
parent 3dca8e3a9c
commit 1c1bc872a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,8 @@ const message = {
requiredInput: 'Please enter the required fields',
requiredSelect: 'Please select the required fields',
illegalInput: 'There are illegal characters in the input box.',
commonName: 'Support English, Chinese, numbers, .-, and _ length 1-128',
commonName:
'Supports non-special characters starting with English, Chinese, numbers, .- and _, length 1-128',
userName: 'Support English, Chinese, numbers and _ length 3-30',
simpleName: 'Supports non-underscore starting, English, numbers, _, length 1-30',
dbName: 'Supports non-special character starting, including English, Chinese, numbers, .-_, with a length of 1-64',

@ -157,7 +157,7 @@ const message = {
requiredInput: '',
requiredSelect: '',
illegalInput: '',
commonName: '.-_,1-128',
commonName: ',.-_,1-128',
userName: '_,3-30',
simpleName: '_,1-30',
dbName: '.-_1-64',

@ -157,7 +157,7 @@ const message = {
requiredInput: '',
requiredSelect: '',
illegalInput: '',
commonName: '.-_,1-128',
commonName: ',.-_,1-128',
userName: '_,3-30',
simpleName: '线_,3-30',
dbName: '.-_,1-64',

Loading…
Cancel
Save