# 飞书卡片内容参考

本教程提供互动机器人回复消息时的消息卡片模板供你参考。你也可以使用[飞书卡片搭建工具](https://open.feishu.cn/cardkit?from=open_docs_tool_overview)，参考[飞书卡片搭建工具文档](https://open.feishu.cn/document/uAjLw4CM/ukzMukzMukzM/feishu-cards/feishu-card-cardkit/feishu-cardkit-overview)，快速生成指定样式的消息卡片。

## 卡片效果

![](//sf3-cn.feishucdn.com/obj/open-platform-opendoc/d72ad5bc3276f880fe6d15d460e7e0e4_NkBjqNh9fp.png?height=1000&lazyload=true&maxWidth=700&width=1640)

## 卡片 JSON 内容

```JSON
{
  "config": {
    "wide_screen_mode": true
  },
  "header": {
    "template": "yellow",
    "title": {
      "content": " 🔍 埋点 ",
      "tag": "plain_text"
    }
  },
  "i18n_elements": {
    "zh_cn": [
      {
        "extra": {
          "alt": {
            "content": "",
            "tag": "plain_text"
          },
          "img_key": "img_v2_d2ce6c07-d93b-46e8-b9a0-808d83c17edg",
          "tag": "img"
        },
        "tag": "div",
        "text": {
          "content": "**在 企业百科 中找到【1】条结果** \n\n**释义**：\n埋点是记录某一事件的信息集合，包括事件名&事件属性。这些信息以键值对的形式记录在日志中 [<详情>](https://open.feishu.cn/)",
          "tag": "lark_md"
        }
      },
      {
        "tag": "hr"
      },
      {
        "extra": {
          "alt": {
            "content": "",
            "tag": "plain_text"
          },
          "img_key": "img_v2_d06573ab-fcb7-4819-89a1-cc4a60757a1g",
          "tag": "img"
        },
        "tag": "div",
        "text": {
          "content": "**相关语句**\n• 埋点事件按分析：指分析埋点事件的用户触发情况以及埋点事件的分析统计情况。根据产品特性合理配置对应的事件指标及属性，就可以回答关于变化趋势、维度对比等各种细分问题。\n• 埋点自动化：埋点自动化测试框架基于shoots自动化支持了对Android、iOS、Webview和浏览器上报的埋点进行校验。 ",
          "tag": "lark_md"
        }
      },
      {
        "tag": "hr"
      },
      {
        "extra": {
          "alt": {
            "content": "",
            "tag": "plain_text"
          },
          "img_key": "img_v2_04a7ed10-0b16-4dc6-97ca-c8f0dac8e90g",
          "tag": "img"
        },
        "tag": "div",
        "text": {
          "content": "**相关链接**\n[>> 埋点管理平台：为业务提供规范的埋点需求管理流程](https://open.feishu.cn/)\n[>> 客户端埋点框架](https://open.feishu.cn/)\n[>> 「TEA 实时埋点事件探索」使用文档](https://open.feishu.cn/)\n[>> 埋点自动化测试最佳实践](https://open.feishu.cn/)",
          "tag": "lark_md"
        }
      },
      {
        "tag": "hr"
      },
      {
        "fields": [
          {
            "is_short": false,
            "text": {
              "content": "**相关文档：**",
              "tag": "lark_md"
            }
          },
          {
            "is_short": true,
            "text": {
              "content": "[埋点录入指南](https://open.feishu.cn)",
              "tag": "lark_md"
            }
          },
          {
            "is_short": true,
            "text": {
              "content": "[飞书埋点列表](https://open.feishu.cn)",
              "tag": "lark_md"
            }
          },
          {
            "is_short": true,
            "text": {
              "content": "[核心埋点设计](https://open.feishu.cn)",
              "tag": "lark_md"
            }
          },
          {
            "is_short": true,
            "text": {
              "content": "[Lark埋点工参列表](https://open.feishu.cn)",
              "tag": "lark_md"
            }
          }
        ],
        "tag": "div"
      },
      {
        "tag": "hr"
      },
      {
        "elements": [
          {
            "alt": {
              "content": "",
              "tag": "plain_text"
            },
            "img_key": "img_v2_59d1797f-3b22-4b50-b2be-3292951af89g",
            "tag": "img"
          },
          {
            "content": "以上资料来自企业百科",
            "tag": "plain_text"
          }
        ],
        "tag": "note"
      }
    ]
  }
}
```