diff --git a/public/images/robot-space.png b/public/images/robot-space.png new file mode 100644 index 0000000..88d8c63 Binary files /dev/null and b/public/images/robot-space.png differ diff --git a/public/images/星云.png b/public/images/星云.png new file mode 100644 index 0000000..ea1441b Binary files /dev/null and b/public/images/星云.png differ diff --git a/public/videos/starry-sky.mp4 b/public/videos/starry-sky.mp4 new file mode 100644 index 0000000..8be0bf0 Binary files /dev/null and b/public/videos/starry-sky.mp4 differ diff --git a/public/videos/黑背景.mp4 b/public/videos/黑背景.mp4 new file mode 100644 index 0000000..d8f3c10 Binary files /dev/null and b/public/videos/黑背景.mp4 differ diff --git a/src/App.vue b/src/App.vue index 1c634c2..9e9114e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ import { onMounted, onUnmounted } from 'vue' import Navbar from '@/components/Navbar.vue' import Footer from '@/components/Footer.vue' +import MouseTrail from '@/components/MouseTrail.vue' const handleScroll = () => { const nav = document.querySelector('.navbar') @@ -25,6 +26,7 @@ onUnmounted(() => {