From ac9b5d3d64f72b808f83fbbed67f685f4d7acec4 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Thu, 31 Jul 2025 19:41:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=AE=E7=9B=98=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 + src/assets/images/solutionSelect.svg | 1 + src/components/common/FTInput/index.vue | 14 ++--- src/components/home/Receive/index.vue | 4 +- src/components/solution/Edit/index.vue | 2 +- src/components/systemConfig/Edit/index.vue | 2 +- src/components/user/Edit/index.vue | 8 +-- src/main.ts | 2 + src/views/craft/index.vue | 6 +- src/views/home/index.vue | 88 ++++++++++++++++++------------ src/views/login/index.vue | 4 +- 11 files changed, 76 insertions(+), 57 deletions(-) create mode 100644 src/assets/images/solutionSelect.svg diff --git a/package.json b/package.json index 4c6370f..4f68624 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "postcss-url": "^10.1.3", "postcss-viewport-units": "^0.1.6", "postcss-write-svg": "^3.0.1", + "simple-keyboard": "^3.8.71", + "simple-keyboard-layouts": "^3.4.114", "vue": "^3.5.13", "vue-router": "^4.5.0", "ws": "^8.18.1" diff --git a/src/assets/images/solutionSelect.svg b/src/assets/images/solutionSelect.svg new file mode 100644 index 0000000..3b9d54a --- /dev/null +++ b/src/assets/images/solutionSelect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/common/FTInput/index.vue b/src/components/common/FTInput/index.vue index 0c234c8..8da82da 100644 --- a/src/components/common/FTInput/index.vue +++ b/src/components/common/FTInput/index.vue @@ -1,10 +1,9 @@