first commit

This commit is contained in:
MeSHard
2025-11-19 12:51:13 +08:00
commit 36710fc975
560 changed files with 64910 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export default {
props: {
// 是否打乱键盘按键的顺序
random: {
type: Boolean,
default: false
},
// 输入一个中文后,是否自动切换到英文
autoChange: {
type: Boolean,
default: false
}
}
}