numpad supports min and max value

This commit is contained in:
MaysWind
2020-12-17 23:04:55 +08:00
parent bdce9a7772
commit cef5a8375d
3 changed files with 54 additions and 2 deletions
+1
View File
@@ -630,4 +630,5 @@ export default {
'License': 'License',
'An error has occurred': 'An error has occurred',
'Parameter Invalid': 'Parameter Invalid',
'Numeric Overflow': 'Numeric Overflow',
};
+1
View File
@@ -630,4 +630,5 @@ export default {
'License': '许可协议',
'An error has occurred': '发生错误',
'Parameter Invalid': '参数错误',
'Numeric Overflow': '数值溢出',
};