From 26e01537af58102466d4b3dc7c6d8a2c953da3a1 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 30 Nov 2023 09:26:56 +0800
Subject: [PATCH] =?UTF-8?q?=E9=94=AE=E7=9B=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/SimpleKeyboard.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/SimpleKeyboard.vue b/src/components/SimpleKeyboard.vue
index 7928b15..2b1b797 100644
--- a/src/components/SimpleKeyboard.vue
+++ b/src/components/SimpleKeyboard.vue
@@ -28,7 +28,7 @@ export default {
'{enter}': 'Enter',
'{tab}': 'Tab',
'{shift}': 'Shift',
- '{change}': '中文/En',
+ '{change}': 'En/中文',
'{space}': ' ',
'{clear}': 'Clear',
'{close}': 'Close'
@@ -72,7 +72,8 @@ export default {
this.keyboard = new Keyboard(this.keyboardClass, {
onChange: this.onChange,
onKeyPress: this.onKeyPress,
- layoutCandidates: layout.layoutCandidates,
+ // layoutCandidates: layout.layoutCandidates,
+ layoutCandidates: null,
layout: {
// 默认布局
default: [