Prompt Gallery

信息图 / 教育图解 / 图表

未来科技感战略 Slides

生成一张高科技、霓虹风格的图表 Slides,包含核心系统及 5 步循环流程图,非常适合企业战略演示。

ID
14000
作者
秋风_irwin
标签
信息图 / 教育图解 / 图表 / 抽象 / 背景 / 纹理

中文提示词

{
  "type": "演示文稿信息图",
  "style": {
    "theme": "{argument name=\"theme color\" default=\"霓虹蓝\"}",
    "background": "{argument name=\"background style\" default=\"深蓝色未来科技风,带有发光数据流和上升箭头\"}"
  },
  "header": {
    "title": "{argument name=\"main title\" default=\"核心抓手\"}",
    "subtitle": "{argument name=\"english title\" default=\"Key Levers\"}",
    "description": "构建可复制、可放大、可持续的增长引擎"
  },
  "layout": {
    "type": "循环流程图",
    "center_node": {
      "title": "{argument name=\"center node title\" default=\"P7 核心系统\"}",
      "subtitle": "战略落地 · 高效执行 · 持续进化",
      "visual": "发光科技球体"
    },
    "surrounding_nodes": {
      "count": 5,
      "connection": "形成顺时针循环的发光蓝色箭头",
      "nodes": [
        {
          "position": "top",
          "icon": "机械臂",
          "english_label": "Automation Pipeline",
          "chinese_label": "自动化",
          "description": "减少人工干预,提升交付效率"
        },
        {
          "position": "right",
          "icon": "带有图表的显示器",
          "english_label": "Data Feedback Loop",
          "chinese_label": "数据驱动",
          "description": "数据洞察,持续优化决策"
        },
        {
          "position": "bottom right",
          "icon": "带有勾选标记的剪贴板",
          "english_label": "Standardization",
          "chinese_label": "标准化",
          "description": "统一规范,降低复杂度"
        },
        {
          "position": "bottom left",
          "icon": "硬币",
          "english_label": "Cost Efficiency",
          "chinese_label": "成本优化",
          "description": "资源精准投入,效益最大化"
        },
        {
          "position": "left",
          "icon": "堆叠立方体",
          "english_label": "Reusable Components",
          "chinese_label": "模块化",
          "description": "复用加速,质量一致"
        }
      ]
    }
  }
}

原始提示词

{
  "type": "presentation slide infographic",
  "style": {
    "theme": "{argument name=\"theme color\" default=\"neon blue\"}",
    "background": "{argument name=\"background style\" default=\"dark blue futuristic tech with glowing data streams and an ascending arrow\"}"
  },
  "header": {
    "title": "{argument name=\"main title\" default=\"核心抓手\"}",
    "subtitle": "{argument name=\"english title\" default=\"Key Levers\"}",
    "description": "构建可复制、可放大、可持续的增长引擎"
  },
  "layout": {
    "type": "circular flow diagram",
    "center_node": {
      "title": "{argument name=\"center node title\" default=\"P7 Core System\"}",
      "subtitle": "战略落地 · 高效执行 · 持续进化",
      "visual": "glowing tech sphere"
    },
    "surrounding_nodes": {
      "count": 5,
      "connection": "glowing blue arrows forming a clockwise cycle",
      "nodes": [
        {
          "position": "top",
          "icon": "robotic arm",
          "english_label": "Automation Pipeline",
          "chinese_label": "自动化",
          "description": "减少人工干预,提升交付效率"
        },
        {
          "position": "right",
          "icon": "monitor with chart",
          "english_label": "Data Feedback Loop",
          "chinese_label": "数据驱动",
          "description": "数据洞察,持续优化决策"
        },
        {
          "position": "bottom right",
          "icon": "clipboard with checkmarks",
          "english_label": "Standardization",
          "chinese_label": "标准化",
          "description": "统一规范,降低复杂度"
        },
        {
          "position": "bottom left",
          "icon": "coins",
          "english_label": "Cost Efficiency",
          "chinese_label": "成本优化",
          "description": "资源精准投入,效益最大化"
        },
        {
          "position": "left",
          "icon": "stacked cubes",
          "english_label": "Reusable Components",
          "chinese_label": "模块化",
          "description": "复用加速,质量一致"
        }
      ]
    }
  }
}