From f81afb3782c32af9bf240f945234e83644655f5b Mon Sep 17 00:00:00 2001
From: 05412 <2738076308@qq.com>
Date: Wed, 31 Jul 2024 18:11:59 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E7=99=BB=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/script/functions.ts | 0
src/components/views/HomeView.vue | 44 +++++++++++++++++++++++----
src/components/views/IntroView.vue | 5 ++--
src/components/views/ServiceView.vue | 37 ++++++++++++++++++++++-
src/script/functions.ts | 45 ++++++++++++++++++++++++++++
src/stores/siteconfig-store.ts | 14 +++++++++
6 files changed, 136 insertions(+), 9 deletions(-)
delete mode 100644 src/assets/script/functions.ts
create mode 100644 src/script/functions.ts
create mode 100644 src/stores/siteconfig-store.ts
diff --git a/src/assets/script/functions.ts b/src/assets/script/functions.ts
deleted file mode 100644
index e69de29..0000000
diff --git a/src/components/views/HomeView.vue b/src/components/views/HomeView.vue
index e8a0115..209554e 100644
--- a/src/components/views/HomeView.vue
+++ b/src/components/views/HomeView.vue
@@ -1,11 +1,31 @@
@@ -36,19 +56,30 @@ const passwordVisibleState = ref(false)
-
+
-
-
+
+
+ PLEASE CONFIRM YOU HAVE READ AND AGREE TO THE
+ TERMS OF SERVICE
+
+
+
+
-
+
+
@@ -58,7 +89,8 @@ const passwordVisibleState = ref(false)
max-width: 500px;
min-width: 200px;
}
+
.login-dialong-input {
- margin-bottom: 10px;
+ margin: 10px 0;
}
\ No newline at end of file
diff --git a/src/components/views/IntroView.vue b/src/components/views/IntroView.vue
index 5d36f29..bb4371d 100644
--- a/src/components/views/IntroView.vue
+++ b/src/components/views/IntroView.vue
@@ -8,6 +8,7 @@ const slogans = [
const show = ref("");
let c = 0, i = 0, showIndicator = ref(true);
const showTimeout = 10000;
+const printTime = 1000;
showSlogan(0)
setInterval(() => {
i++
@@ -18,7 +19,7 @@ setInterval(() => {
function showSlogan(i: number) {
const slogan = slogans[i]
- const timeout = 2000 / slogan.length
+ const timeout = printTime / slogan.length
const handle = setInterval(() => {
show.value = slogan.substring(0, c % slogan.length + 1);
c++;
@@ -30,7 +31,7 @@ function showSlogan(i: number) {
setTimeout(() => {
clearInterval(indicatorHandle)
showIndicator.value = true;
- }, showTimeout - 2000)
+ }, showTimeout - printTime)
}
}, timeout)
}
diff --git a/src/components/views/ServiceView.vue b/src/components/views/ServiceView.vue
index 721d75d..716b57a 100644
--- a/src/components/views/ServiceView.vue
+++ b/src/components/views/ServiceView.vue
@@ -1,9 +1,44 @@
-
+ get
+