修复间隔问题
This commit is contained in:
parent
a26d2f7d66
commit
f25164e2e0
@ -95,8 +95,8 @@ export default {
|
|||||||
},
|
},
|
||||||
sy: {
|
sy: {
|
||||||
row1: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"],
|
row1: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"],
|
||||||
row2: ["!", "@", "#", "$", "%", "^", "&", "*", "(", ")",","],
|
row2: ["!", "@", "#", "%", "&", "*", "(", ")",","],
|
||||||
row3: ["-", "_", "+", "=", "{", "}", "[", "]", "|", "\\","。"]
|
row3: ["_", "=", "{", "}", "[", "]","。"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
currentWords: [], // 当前显示的候选词
|
currentWords: [], // 当前显示的候选词
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user