refactor(data): update skills and about info sections

- Remove duplicate mobile frameworks (uniApp, WeChat Mini Program)
- Add React Native and Flutter to mobile skills
- Update languages and frameworks in about section
- Add backend, database and devops details to about section
This commit is contained in:
joyzhao
2025-06-20 09:22:52 +08:00
parent 45299c1fa6
commit 46c3c2ee41
3 changed files with 19 additions and 13 deletions

View File

@@ -35,14 +35,14 @@ export const personalInfo: PersonalInfo = {
contributions: 87 contributions: 87
}, },
skills: { skills: {
frontend: ["HTML", "CSS", "JavaScript", "Vue.js", "React.js", "TypeScript", "uniApp", "WeChat Mini Program"], frontend: ["HTML", "CSS", "JavaScript", "Vue.js", "React.js", "TypeScript"],
backend: ["Node.js"], backend: ["Node.js"],
database: ["MySQL", "MongoDB"], database: ["MySQL", "MongoDB"],
devops: ["Linux", "Git", "Docker", "Kubernetes", "Nginx", "Apache"], devops: ["Linux", "Git", "Docker", "Nginx", "Apache"],
mobile: ["uniApp", "WeChat Mini Program"] mobile: ["React Native", "Flutter"]
}, },
terminal: { terminal: {
username: "joy@dev-workspace" // 更新终端用户名 username: "joy@dev-workspace"
} }
}; };

View File

@@ -142,9 +142,12 @@ const pageTitle = t('site.title');
Host: ThinkPad X1 Carbon<br/> Host: ThinkPad X1 Carbon<br/>
Kernel: 5.15.0-dev<br/> Kernel: 5.15.0-dev<br/>
Uptime: 45 days, 17 hours<br/> Uptime: 45 days, 17 hours<br/>
Languages: JavaScript, Python, Go<br/> Languages: TypeScript, JavaScript, Python<br/>
Editor: VSCode / Neovim<br/> Editor: VSCode / Neovim<br/>
Frameworks: React, Next.js, Node.js Frontend: React, Vue, Next.js, Nuxt.js<br/>
Backend: Node.js, Express.js, Nest.js<br/>
Database: PostgreSQL, MongoDB<br/>
DevOps: Docker, Git, AWS, Cloudflare
</div> </div>
<div class="flex items-center mt-4"> <div class="flex items-center mt-4">

View File

@@ -138,13 +138,16 @@ const pageTitle = t('site.title');
<span class="text-white">cat about.txt</span> <span class="text-white">cat about.txt</span>
</div> </div>
<div class="text-gray-300 ml-4 leading-relaxed"> <div class="text-gray-300 ml-4 leading-relaxed">
OS: DevOS v4.2.0<br/> 操作系统: DevOS v4.2.0<br/>
Host: ThinkPad X1 Carbon<br/> 主机: ThinkPad X1 Carbon<br/>
Kernel: 5.15.0-dev<br/> 内核: 5.15.0-dev<br/>
Uptime: 45 days, 17 hours<br/> 运行时间: 45 , 17 小时<br/>
Languages: JavaScript, Python, Go<br/> 编程语言: TypeScript, JavaScript, Python<br/>
Editor: VSCode / Neovim<br/> 编辑器: VSCode / Neovim<br/>
Frameworks: React, Next.js, Node.js 前端技术: React, Vue, Next.js, Nuxt.js<br/>
后端技术: Node.js, Express.js, Nest.js<br/>
数据库: PostgreSQL, MongoDB<br/>
DevOps: Docker, Git, AWS, Cloudflare
</div> </div>
<div class="flex items-center mt-4"> <div class="flex items-center mt-4">