From 6f58e78000ecfc055ebebc60604f218ce1942f91 Mon Sep 17 00:00:00 2001 From: nongyehong <2439646234@qq.com> Date: Fri, 19 Jan 2024 09:30:52 +0800 Subject: [PATCH] =?UTF-8?q?:sunflower:=20update(custom):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BB=E9=A1=B5=E7=9A=84=E6=94=B6=E7=BC=A9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/windows/ActionBar.vue | 34 +++++++++++++--- src/hooks/useWindow.ts | 59 ++++++++++++++++++++++++++++ src/layout/center/index.vue | 24 +++++++++-- src/layout/index.vue | 14 +++++-- src/layout/left/index.vue | 1 + src/layout/right/index.vue | 2 +- src/views/page/Login.vue | 32 ++++----------- src/views/page/QRCode.vue | 4 +- 9 files changed, 131 insertions(+), 41 deletions(-) create mode 100644 src/hooks/useWindow.ts diff --git a/index.html b/index.html index aa5995f0..9a594952 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Tauri + Vue + TS - + diff --git a/src/components/windows/ActionBar.vue b/src/components/windows/ActionBar.vue index dab55365..c77107c0 100644 --- a/src/components/windows/ActionBar.vue +++ b/src/components/windows/ActionBar.vue @@ -1,5 +1,10 @@