This commit is contained in:
2025-08-26 16:17:24 +08:00
commit e3d080e419
557 changed files with 70994 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* @Author : LQ
* @Description :
* @version : 1.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 17:08:05
* @FilePath : /u-view2.0/uview-ui/libs/config/props/numberKeyboard.js
*/
export default {
// 数字键盘
numberKeyboard: {
mode: 'number',
dotDisabled: false,
random: false
}
}