From 8c6dc9107574b7fa8d82755a36af94e15860c87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Sun, 27 Nov 2022 00:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 + src/App.vue | 49 +++++-- src/components/Background/index.vue | 35 +++-- src/components/Message/index.vue | 17 ++- src/components/Set/index.vue | 139 +++++++++++++++++++ src/components/TimeCapsule/index.vue | 2 +- src/store/index.js | 3 +- src/style/style.scss | 38 +++++ src/utils/getTime.js | 59 ++++++++ src/views/Box/index.vue | 34 +++-- src/views/More/index.vue | 5 - src/views/MoreSet/index.vue | 200 +++++++++++++++++++++++++++ 12 files changed, 541 insertions(+), 41 deletions(-) create mode 100644 src/components/Set/index.vue delete mode 100644 src/views/More/index.vue create mode 100644 src/views/MoreSet/index.vue diff --git a/.env b/.env index 116f2ee..edbb31f 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ # 站点名称 VITE_SITE_NAME = "無名の主页" +VITE_SITE_URL = "imsyy.top" # 简介文本 VITE_DESC_HELLO = "Hello World !" diff --git a/src/App.vue b/src/App.vue index fa9dbdc..6d584cb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,9 +3,18 @@
- - - + +
+ + + +
+
+ +
+ +
+