使用 Visual Studio Code 的 CodeSnap 插件制作了一套 JSON 风格的个人名片。
效果展示
| 正面 | 反面 |
|---|---|
![]() ![]() | ![]() ![]() |
代码
business-card.json
{
"name": "lailai",
"title": "Student & Developer",
"location": "Hangzhou, China",
"website": "https://lailai.one",
"phone": "+86 17757102577",
"email": "lailai0x394@gmail.com"
}



