From 10fe8503fb9cce72a94ff8d6b0fb127ded701f5f Mon Sep 17 00:00:00 2001 From: Tony Yang Date: Sun, 30 Mar 2025 02:10:43 +0800 Subject: [PATCH] update: homepage --- public/vue.svg | 1 + src/App.vue | 16 +++++++++------- src/components/Footer.vue | 2 +- src/style.css | 8 ++++++++ src/views/HomeView.vue | 39 ++++++++++++++++++++++++++++++++++++--- 5 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 public/vue.svg diff --git a/public/vue.svg b/public/vue.svg new file mode 100644 index 0000000..770e9d3 --- /dev/null +++ b/public/vue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 4bd2ee3..d6d7acb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,11 +15,13 @@ router.afterEach(() => { \ No newline at end of file diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 341411b..6695c0e 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -3,7 +3,7 @@ defineProps(['visitCount']); + + \ No newline at end of file