Microsoft Teams iOS应用无法放大表格视图

时间:2018-08-20 09:34:27

标签: office365connectors

我正在使用webhook并传递json信息以在团队中发布。但是当我使用Teams的iOS应用程序时,无法放大表格。

我必须包含任何格式才能使其正常工作吗?

$text = "<table>
  <tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
    <td>Germany</td>
  </tr></table>"

$body = ConvertTo-JSON @{
        text = $text
     }

0 个答案:

没有答案