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
+