From 48afe35097406dc68c1034dbee03f4bc9bd17adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Thu, 17 Nov 2022 22:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9B=92=E5=AD=90=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 +-- src/components/Message/index.vue | 15 ++++- src/components/TimeCapsule/index.vue | 88 ++++++++++++++++++++++++++++ src/store/index.js | 2 +- src/style/style.scss | 22 +++++++ src/utils/getTime.js | 41 ++++++++++++- src/views/Box/index.vue | 24 +++++++- src/views/Func/index.vue | 2 +- 8 files changed, 189 insertions(+), 12 deletions(-) create mode 100644 src/components/TimeCapsule/index.vue diff --git a/src/App.vue b/src/App.vue index 0872a22..fa9dbdc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,6 @@ -