profile.js — 沐辰的个人主页
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
const profile = {
name: "沐辰",
role: "Software Engineer",
location: "China",
contact: {
email: "mcwlgzs@qq.com",
website: "mcya.cn",
qq: "620515120"
},
skills: [
"JavaScript", "TypeScript", "React", "Node.js"
],
links: {
blog: "/blog",
projects: "/projects",
github: "https://github.com"
},
// Philosophy
motto: "Code with purpose, build with passion"
}
$ node profile.js