This commit is contained in:
2023-11-30 09:26:56 +08:00
parent fa3a371caf
commit 26e01537af

View File

@@ -28,7 +28,7 @@ export default {
'{enter}': 'Enter', '{enter}': 'Enter',
'{tab}': 'Tab', '{tab}': 'Tab',
'{shift}': 'Shift', '{shift}': 'Shift',
'{change}': '中文<span class="font-s">/En</span>', '{change}': 'En<span class="font-s">/中文</span>',
'{space}': ' ', '{space}': ' ',
'{clear}': 'Clear', '{clear}': 'Clear',
'{close}': 'Close' '{close}': 'Close'
@@ -72,7 +72,8 @@ export default {
this.keyboard = new Keyboard(this.keyboardClass, { this.keyboard = new Keyboard(this.keyboardClass, {
onChange: this.onChange, onChange: this.onChange,
onKeyPress: this.onKeyPress, onKeyPress: this.onKeyPress,
layoutCandidates: layout.layoutCandidates, // layoutCandidates: layout.layoutCandidates,
layoutCandidates: null,
layout: { layout: {
// 默认布局 // 默认布局
default: [ default: [