From 7bb74a5812906c1e1d383d05364a955c1c9c79a5 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 23 Jan 2025 16:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B3=E6=9C=BA=E3=80=81?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- src/assets/close-device.svg | 22 ++++++++++++ src/assets/init-device.svg | 23 ++++++++++++ src/assets/user-cancel.svg | 22 ++++++++++++ src/assets/user-logout.svg | 22 ++++++++++++ src/pages/Index/Index.vue | 88 ++++++++++++++++++++++++++++++++++----------- 6 files changed, 157 insertions(+), 22 deletions(-) create mode 100644 src/assets/close-device.svg create mode 100644 src/assets/init-device.svg create mode 100644 src/assets/user-cancel.svg create mode 100644 src/assets/user-logout.svg diff --git a/components.d.ts b/components.d.ts index d3cedde..9d7db13 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,8 +15,6 @@ declare module 'vue' { ElFooter: typeof import('element-plus/es')['ElFooter'] ElHeader: typeof import('element-plus/es')['ElHeader'] ElIcon: typeof import('element-plus/es')['ElIcon'] - ElTable: typeof import('element-plus/es')['ElTable'] - ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default'] Keyboard: typeof import('./src/components/Keyboard.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/src/assets/close-device.svg b/src/assets/close-device.svg new file mode 100644 index 0000000..8325ca5 --- /dev/null +++ b/src/assets/close-device.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/init-device.svg b/src/assets/init-device.svg new file mode 100644 index 0000000..e6cca36 --- /dev/null +++ b/src/assets/init-device.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/user-cancel.svg b/src/assets/user-cancel.svg new file mode 100644 index 0000000..0d642fa --- /dev/null +++ b/src/assets/user-cancel.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/user-logout.svg b/src/assets/user-logout.svg new file mode 100644 index 0000000..a070a8a --- /dev/null +++ b/src/assets/user-logout.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index c5fc7ad..63db260 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -1,9 +1,26 @@