返回画廊数据整理自 YouMind 公共 GitHub/页面数据

AI 编程助手宣传信息图

为一款 AI 编程工具生成现代感十足的磨砂玻璃风格宣传海报,包含一个 2x2 的功能卡片网格(展示代码片段)以及一个优势说明板块。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "app promotional infographic poster",
"style": "clean, modern, glassmorphism, soft shadows, 3D icons",
"theme": "{argument name=\"primary color theme\" default=\"blue and white\"}",
"header": {
"title": "{argument name=\"app name\" default=\"CodePilot\"}",
"subtitle": "{argument name=\"subtitle\" default=\"你的 AI 编程副驾驶\"}",
"features_list": "智能补全 · 代码生成 · 问答调试 · 代码解析",
"main_icon": "glossy 3D rounded square, blue gradient, white {argument name=\"main icon symbol\" default=\"</>\"} and sparkles"
},
"layout": {
"sections": [
{
"title": "feature_cards",
"position": "middle grid",
"count": 4,
"items": [
{
"label": "智能代码补全",
"icon": "blue lightning bolt",
"description": "上下文感知, 精准补全 让编码更快一步",
"ui_element": "macOS style code window with Python calculate_total function"
},
{
"label": "AI 代码生成",
"icon": "purple magic wand",
"description": "根据自然语言描述 一键生成函数 & 脚本",
"ui_element": "chat prompt bubble and code window with Python quick_sort function"
},
{
"label": "对话 & 调试助手",
"icon": "green chat bubble",
"description": "自然语言提问、定位 Bug 边聊边改, 高效解决问题",
"ui_element": "chat interface with user question and green AI resolution bubble"
},
{
"label": "代码解析 & 注释",
"icon": "orange document with magnifying glass",
"description": "快速理解复杂代码 自动生成注释与说明",
"ui_element": "code window with JS fetchData function and 3 floating action tags: 自动注释, 逻辑解析, 一键复制"
}
]
},
{
"title": "为什么选择 CodePilot?",
"position": "bottom left",
"count": 4,
"labels": ["提升效率", "精准可靠", "隐私安全", "易于集成"],
"icons": ["clock", "checkmark", "shield", "puzzle piece"]
},
{
"title": "立即体验",
"position": "bottom right",
"count": 1,
"elements": ["GitHub 开源项目", "{argument name=\"github link\" default=\"github.com/op7418/CodePilot\"}", "QR code"]
}
]
}
}