Prompt Gallery

信息图 / 教育图解 / 图表

高科技企业 KPI 演示 Slides

生成一张极具未来感的深色主题演示 Slides,包含双线图表和 2x2 的 KPI 卡片网格,非常适合业务影响报告。

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

中文提示词

{
  "type": "企业演示 Slides",
  "theme": "高科技、未来感、深色模式、发光霓虹蓝与紫色点缀、抽象数字粒子波背景",
  "header": {
    "title_primary": "{argument name=\"main chinese title\" default=\"业务影响\"}",
    "title_secondary": "{argument name=\"main english title\" default=\"Business Impact\"}",
    "tagline": "{argument name=\"tagline\" default=\"用数据说话,用结果证明价值\"}"
  },
  "layout": {
    "left_section": {
      "type": "折线图",
      "title": "效率与产能提升趋势",
      "y_axis": ["0%", "100%", "200%", "300%", "400%", "500%", "600%"],
      "x_axis": ["Q1", "Q2", "Q3", "Q4", "现在"],
      "lines": [
        {
          "label": "交付效率 (相对值)",
          "color": "霓虹蓝",
          "trend": "上升曲线",
          "annotation": "效率持续提升"
        },
        {
          "label": "单位成本 (相对值)",
          "color": "霓虹紫",
          "trend": "下降曲线",
          "annotation": "成本显著下降"
        }
      ]
    },
    "right_section": {
      "type": "KPI 网格",
      "count": 4,
      "arrangement": "2x2 网格",
      "cards": [
        {
          "icon": "火箭",
          "title": "效率提升",
          "value": "{argument name=\"kpi 1 value\" default=\"+120%\"}",
          "subtext": "交付效率显著提升"
        },
        {
          "icon": "带有向下箭头的硬币",
          "title": "成本降低",
          "value": "{argument name=\"kpi 2 value\" default=\"-200%\"}",
          "subtext": "单位交付成本下降"
        },
        {
          "icon": "带有向上箭头的柱状图",
          "title": "产能提升",
          "value": "5 倍",
          "subtext": "团队整体产能跃升"
        },
        {
          "icon": "人群",
          "title": "覆盖团队",
          "value": "10 个",
          "subtext": "业务团队规模化受益"
        }
      ]
    }
  }
}

原始提示词

{
  "type": "corporate presentation slide",
  "theme": "high-tech, futuristic, dark mode, glowing neon blue and purple accents, abstract digital particle wave background",
  "header": {
    "title_primary": "{argument name=\"main chinese title\" default=\"业务影响\"}",
    "title_secondary": "{argument name=\"main english title\" default=\"Business Impact\"}",
    "tagline": "{argument name=\"tagline\" default=\"用数据说话,用结果证明价值\"}"
  },
  "layout": {
    "left_section": {
      "type": "line chart",
      "title": "效率与产能提升趋势",
      "y_axis": ["0%", "100%", "200%", "300%", "400%", "500%", "600%"],
      "x_axis": ["Q1", "Q2", "Q3", "Q4", "现在"],
      "lines": [
        {
          "label": "交付效率 (相对值)",
          "color": "neon blue",
          "trend": "upward curve",
          "annotation": "效率持续提升"
        },
        {
          "label": "单位成本 (相对值)",
          "color": "neon purple",
          "trend": "downward curve",
          "annotation": "成本显著下降"
        }
      ]
    },
    "right_section": {
      "type": "kpi grid",
      "count": 4,
      "arrangement": "2x2 grid",
      "cards": [
        {
          "icon": "rocket",
          "title": "效率提升",
          "value": "{argument name=\"kpi 1 value\" default=\"+120%\"}",
          "subtext": "交付效率显著提升"
        },
        {
          "icon": "coins with down arrow",
          "title": "成本降低",
          "value": "{argument name=\"kpi 2 value\" default=\"-200%\"}",
          "subtext": "单位交付成本下降"
        },
        {
          "icon": "bar chart with up arrow",
          "title": "产能提升",
          "value": "5倍",
          "subtext": "团队整体产能跃升"
        },
        {
          "icon": "people group",
          "title": "覆盖团队",
          "value": "10个",
          "subtext": "业务团队规模化受益"
        }
      ]
    }
  }
}