案例概述
英文标题: Code Style Business Card 图片描述: 代码风格名片
作者信息
作者: @umesh_ai
中文提示词
特写镜头:一只手正拿着一张设计成 VS Code 中 JSON 文件外观的名片。名片上的代码以真实的 JSON 语法高亮格式呈现。窗口界面包含典型的工具栏图标和标题栏,标题显示为 Business Card.json,整体风格与 VS Code 界面完全一致。背景略微虚化,突出展示名片内容。
名片上的 JSON 代码如下所示:
{
"name": "Jamez Bondos",
"title": "Your Title",
"email": "your@email.com",
"link": "yourwebsite"
}
英文提示词
A close-up shot of a hand holding a business card designed to look like a JSON file opened in VS Code. The card shows code formatted in realistic syntax-highlighted JSON code. The window includes typical toolbar icons and a title bar labeled Business Card.json, styled exactly like the interface of VS Code. Background is slightly blurred, keeping the focus on the card.
The card displays the following code formatted in JSON:
{
"name": "Jamez Bondos",
"title": "Your Title",
"email": "your@email.com",
"link": "yourwebsite"
}
使用说明
替换最后的JSON代码中的name、title、email和link数据。提示词由原文链接中简化而来。