From 69f7ab0dbcf86b82fc464e20c9ec37a0c5ad3805 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Tue, 28 Apr 2026 23:19:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E7=AE=80=E5=8E=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/profile.ts b/src/store/profile.ts index d9dc41f..aece131 100644 --- a/src/store/profile.ts +++ b/src/store/profile.ts @@ -5,7 +5,7 @@ export const useProfileStore = defineStore('profile', { personalInfo: { name: '陈修翔', title: '全栈工程师', - description: '拥有5年全栈开发经验,专注医疗康复数字化平台建设,熟悉Vue3与SpringBoot服务架构,具备从0到1打造完整系统的实战能力', + description: '拥有5年全栈开发经验,熟悉常见的前后端服务架构,专注医疗康复数字化平台建设,具备从0到1打造完整系统的实战能力', socials: [ { name: 'GitHub', icon: 'fa-brands fa-github', url: '#' }, { name: 'LinkedIn', icon: 'fa-brands fa-linkedin', url: '#' },