From c376f31c20f26574bec15b1b969c1b207026ce40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=93=E6=9C=88?= Date: Wed, 15 May 2024 12:07:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=97=B6=E6=A0=B7=E5=BC=8F=E4=B9=B1=E8=B7=B3?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/app/about.vue | 3 ++- components/app/header.vue | 16 +++++++++++----- composables/state.ts | 5 +++++ composables/useSectionInView.ts | 7 ++++--- layouts/default.vue | 4 ---- 5 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 composables/state.ts diff --git a/components/app/about.vue b/components/app/about.vue index 987ca17..82fd19f 100644 --- a/components/app/about.vue +++ b/components/app/about.vue @@ -16,7 +16,8 @@ useSectionInView(aboutRef, "关于我");

在本科阶段,我学习了计算机基础、数据库原理与实践、Vue等课程,并在大三时深入接触前端开发。在编程的挑战中,我乐在其中,与团队合作开发项目、解决复杂问题的过程带来了巨大的满足感。我擅长使用 Vue3、Vite 和 Nuxt.js 等技术,对 JavaScript, TypeScript 和 HTML/CSS - 也有很深的理解 💻。平时,我喜欢学习新技能并做一些有趣的项目 🛠️。如果不在电脑前,我喜欢做饭、看电影 + 也有很深的理解 💻。平时,我喜欢学习新技能并做一些有趣的项目 + 🛠️。如果不在电脑前,我喜欢做饭、看电影 🍳🎥💪,规律的睡眠和饮食是我精力充沛的秘诀 🌟。

diff --git a/components/app/header.vue b/components/app/header.vue index cc116c9..b7bd7a2 100644 --- a/components/app/header.vue +++ b/components/app/header.vue @@ -1,7 +1,8 @@