docs: update about page content and personal info

Update the about page content in both English and Chinese versions to reflect current personal information, skills, and interests. Also modify the corresponding data in the data.ts file to maintain consistency across the application.
This commit is contained in:
joyzhao
2025-06-19 20:59:32 +08:00
parent f01143c7b6
commit 2e694a3608
3 changed files with 69 additions and 50 deletions

View File

@@ -19,14 +19,14 @@ export const personalInfo: PersonalInfo = {
},
about: {
en: [
"I'm a passionate developer with 5+ years of experience building web applications and contributing to open source projects. I specialize in creating clean, efficient, and maintainable code.",
"When I'm not coding, you can find me exploring new technologies, writing tech articles, or enjoying a fresh cup of coffee while debugging complex problems.",
"I believe in continuous learning and staying up-to-date with the latest industry trends and best practices."
"I started my programming journey in 2016 when I accidentally encountered programming. This opportunity became the catalyst for my coding adventure, and I fell in love with programming during my subsequent self-learning journey.",
"I enjoy creating websites and applications with code and sharing them with users. The sense of achievement I get from this process makes me increasingly fascinated. My dream is to become a lifelong coder.",
"I love reading, traveling (especially road trips), enjoying various cuisines (particularly hot pot), and playing mobile games like League of Legends, Honor of Kings, and PUBG Mobile."
],
zh: [
"我是一名充满激情的全栈开发者专注于构建现代化的Web应用程序。我热爱学习新技术并将它们应用到实际项目中。",
"在前端开发方面我精通React、Vue.js和现代JavaScript框架。在后端我有丰富的Node.js、Python和Go语言开发经验。",
"我相信代码的力量可以改变世界,致力于编写干净、高效且可维护的代码。我也热衷于开源项目,喜欢与开发者社区分享知识和经验。"
"在2016年一次偶然的机会中接触到了编程以此为契机开始了我的编程之旅并在后续的自学之旅中爱上了编程。",
"我喜欢用代码编写出一个个的网页、应用,分享给用户使用,这其中获得的成就感让我愈发着迷。梦想是成为一名终身编码者。",
"热爱生活、阅读以及编程,寻找远程工作的机会,探索自由职业的可能性。喜欢自驾,去追寻那些美丽的风景,尝试新的事物。"
]
},
stats: {
@@ -35,11 +35,11 @@ export const personalInfo: PersonalInfo = {
contributions: 87
},
skills: {
frontend: ["React", "Vue.js", "Angular", "HTML5", "CSS3", "JavaScript/TypeScript"],
backend: ["Node.js", "Express", "Django", "Flask", "Spring Boot"],
database: ["MongoDB", "PostgreSQL", "MySQL", "Redis"],
devops: ["Docker", "Kubernetes", "AWS", "Azure", "CI/CD pipelines"],
mobile: ["React Native", "Flutter"]
frontend: ["HTML", "CSS", "JavaScript", "Vue.js", "React.js", "TypeScript", "uniApp", "WeChat Mini Program"],
backend: ["Node.js"],
database: ["MySQL", "MongoDB"],
devops: ["Linux", "Git", "Docker", "Kubernetes", "Nginx", "Apache"],
mobile: ["uniApp", "WeChat Mini Program"]
},
terminal: {
username: "joy@dev-workspace" // 更新终端用户名