From ef557a1b8ec31d280920312f11999e55b8c33618 Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Sun, 10 Sep 2023 10:45:11 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E9=94=AE=E7=9B=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package-lock.json | 11 ++++
package.json | 1 +
src/components/SimpleKeyboard.vue | 119 +++++++++++++++++++++++++++++++++-----
yarn.lock | 5 ++
4 files changed, 120 insertions(+), 16 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 89521f6..7171b35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,6 +14,7 @@
"moment": "^2.29.4",
"pinia": "^2.0.32",
"simple-keyboard": "^3.6.40",
+ "simple-keyboard-layouts": "^3.3.12",
"vant": "^4.6.3",
"vue": "^3.2.45",
"vue-router": "^4.0.13"
@@ -719,6 +720,11 @@
"resolved": "https://registry.npmmirror.com/simple-keyboard/-/simple-keyboard-3.6.40.tgz",
"integrity": "sha512-4QmY9lpGhEIPeSUbUVnyLaYZBm9akR8z40c3ReSIij0h/oGaUxmVfcQIfG/Yvydym9m+PIWXdcquRv9fR+g/1w=="
},
+ "node_modules/simple-keyboard-layouts": {
+ "version": "3.3.12",
+ "resolved": "https://registry.npmmirror.com/simple-keyboard-layouts/-/simple-keyboard-layouts-3.3.12.tgz",
+ "integrity": "sha512-lzYy7C0dFiFJxL+AzDTD0AjybI5MEImaGtHc7mz52QL85dpuOTIN4DofGZHQFAdstMw62zrVIxfTwuPD2LMelA=="
+ },
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -1374,6 +1380,11 @@
"resolved": "https://registry.npmmirror.com/simple-keyboard/-/simple-keyboard-3.6.40.tgz",
"integrity": "sha512-4QmY9lpGhEIPeSUbUVnyLaYZBm9akR8z40c3ReSIij0h/oGaUxmVfcQIfG/Yvydym9m+PIWXdcquRv9fR+g/1w=="
},
+ "simple-keyboard-layouts": {
+ "version": "3.3.12",
+ "resolved": "https://registry.npmmirror.com/simple-keyboard-layouts/-/simple-keyboard-layouts-3.3.12.tgz",
+ "integrity": "sha512-lzYy7C0dFiFJxL+AzDTD0AjybI5MEImaGtHc7mz52QL85dpuOTIN4DofGZHQFAdstMw62zrVIxfTwuPD2LMelA=="
+ },
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
diff --git a/package.json b/package.json
index a94e844..17ba8bb 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"moment": "^2.29.4",
"pinia": "^2.0.32",
"simple-keyboard": "^3.6.40",
+ "simple-keyboard-layouts": "^3.3.12",
"vant": "^4.6.3",
"vue": "^3.2.45",
"vue-router": "^4.0.13"
diff --git a/src/components/SimpleKeyboard.vue b/src/components/SimpleKeyboard.vue
index 42f4dbc..7285fcd 100644
--- a/src/components/SimpleKeyboard.vue
+++ b/src/components/SimpleKeyboard.vue
@@ -1,10 +1,11 @@
-
+
-
-
diff --git a/yarn.lock b/yarn.lock
index ef29cd6..aeac716 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -523,6 +523,11 @@ sass@^1.58.3:
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"
+simple-keyboard-layouts@^3.3.12:
+ version "3.3.12"
+ resolved "https://registry.npmmirror.com/simple-keyboard-layouts/-/simple-keyboard-layouts-3.3.12.tgz"
+ integrity sha512-lzYy7C0dFiFJxL+AzDTD0AjybI5MEImaGtHc7mz52QL85dpuOTIN4DofGZHQFAdstMw62zrVIxfTwuPD2LMelA==
+
simple-keyboard@^3.6.40:
version "3.6.40"
resolved "https://registry.npmmirror.com/simple-keyboard/-/simple-keyboard-3.6.40.tgz"