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: '#' },