队伍不显示英雄形象 [英] Teams doesn't display hero image

查看:60
本文介绍了队伍不显示英雄形象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试通过连接器将卡片发送到Teams频道.卡片确实出现了,但是我尝试发送的任何英雄图像都没有显示. 消息卡游乐场可以正确显示图像,但根本不会在团队中显示.我对正常"图像没有任何问题.

I've been trying to send cards to Teams channels through a connector. The cards do appear but any hero image I try to send isn't displayed. The Message Card Playground displays the image correctly but it simply doesn't show up in Teams. I have no issues with the "normal" images.

这是我通过Webhook发送的JSON,但我也尝试过Twitter-Hero图像样本卡,但它也不起作用:

Here is the JSON that I'm sending through the webhook, but I've also tried the Twitter - Hero image sample card and it doesn't work either :

{
  "@type": "MessageCard",
  "@context": "http://schema.org/extensions",
  "summary": "Hero card testing",
  "title": null,
  "text": null,
  "themeColor": "19b5fe",
  "sections": [
    {
      "title": null,
      "activityImage": "https://pbs.twimg.com/profile_images/862653089916096512/ljJwcmFp_bigger.jpg",
      "activityTitle": "Hero image card",
      "activitySubtitle": "This is a test",
      "facts": [],
      "text": null,
      "heroImage": {
        "image": "https://pbs.twimg.com/media/DFv74A0XkAEdwQ_.jpg"
      },
      "images": []
    }
  ]
}

我想念什么吗?

推荐答案

Team当前不支持HeroImage.这是待办事项,但目前尚无ETA.

HeroImage is not currently supported in Teams. This is on the backlog but no ETA at this point.

这篇关于队伍不显示英雄形象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆