From f59e00f9adfc9e72ca9c962604be2a1b10d077b3 Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 1 Mar 2022 10:49:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E7=BB=84=E4=BB=B6=20=E5=85=A8=E5=B1=80window?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 ++ src/App.vue | 1 - src/composables/useDay.ts | 26 ++++++++++++-------------- src/composables/useHandleScreen.ts | 6 +++--- src/directives/language.ts | 5 ----- src/index.d.ts | 6 ++++++ src/main.ts | 2 +- src/router/index.ts | 5 +++++ src/store/actions.ts | 4 ++++ src/store/state.ts | 4 +++- src/utils/initMapAndMallInfo.ts | 12 ++++++------ src/utils/utils.ts | 2 +- src/views/Nav/Nav.vue | 20 ++++++++++---------- src/views/Transfer/Transfer.vue | 15 +++++++++++++++ 14 files changed, 68 insertions(+), 42 deletions(-) create mode 100644 src/index.d.ts create mode 100644 src/views/Transfer/Transfer.vue diff --git a/public/index.html b/public/index.html index 3e5a139..c506c21 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ <%= htmlWebpackPlugin.options.title %> + +