diff --git a/public/qq-rc.jpg b/public/qq-rc.jpg new file mode 100644 index 0000000..8bbf46b Binary files /dev/null and b/public/qq-rc.jpg differ diff --git a/src/components/menu/NavBar.vue b/src/components/menu/NavBar.vue index 140a952..dd252d3 100644 --- a/src/components/menu/NavBar.vue +++ b/src/components/menu/NavBar.vue @@ -4,6 +4,7 @@ import ChangeThemeDropdownButton from "@/components/button/ChangeThemeDropdownBu import { useI18n } from "vue-i18n"; import { throttle } from "radash"; import { AnimatePresence, motion } from "motion-v"; +import { navigateTo } from "@/utils/navigator"; const { t } = useI18n(); @@ -28,7 +29,7 @@ window.addEventListener("scroll", handleThrottleScroll);
  • - {{ t("nav.home") }} + {{ t("nav.home") }}
  • - {{ t("nav.about") }} + {{ t("nav.about") }}
  • @@ -71,10 +72,10 @@ window.addEventListener("scroll", handleThrottleScroll); diff --git a/src/pages/about.vue b/src/pages/about.vue new file mode 100644 index 0000000..3506b80 --- /dev/null +++ b/src/pages/about.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index 1566003..8d2970f 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -41,6 +41,8 @@ const progress = ref([
    + +