fix:增加流量最大1024限制
This commit is contained in:
@@ -899,7 +899,7 @@ const local: any = {
|
||||
delete: 'Delete',
|
||||
hour: 'Hour',
|
||||
second:'s',
|
||||
rejtraffic: 'Please enter a traffic value greater than 0',
|
||||
rejtraffic: 'Please enter a traffic value greater than 0 and less than 1025',
|
||||
rejduration: 'Please enter a duration value greater than 0',
|
||||
rejclient: 'Please enter a device number greater than 0',
|
||||
idnull: 'Edit ID cannot be empty',
|
||||
|
||||
Reference in New Issue
Block a user