简体   繁体   English

如何将图像添加到本地应用的 Teams 应用清单

[英]How to add an image to a Teams App manifest for a local app

For a local App that will be only available on our own tenant (so no publishing to the MS app store), I want to display an image / image carrousel on the app's "splash screen", just like the image below:对于仅在我们自己的租户上可用的本地应用程序(因此不会发布到 MS 应用程序商店),我想在应用程序的“启动画面”上显示图像/图像轮播,如下图所示:

在此处输入图像描述

The image markdown seems to be supported, however when I add the image markdown, like so:似乎支持图像 markdown,但是当我添加图像 markdown 时,如下所示:

![No Image](https://test.com/test_picture.png)

It does not show the image, but the alternative text and a link to the image:它不显示图像,但显示替代文本和图像链接:

在此处输入图像描述

How can I display images like the example?如何显示示例中的图像?

This is not part of the manifest.这不是清单的一部分。 You can set this while submitting your app to the app store.您可以在将您的应用提交到应用商店时进行设置。 Please reach out to teamsubm@microsoft.com for any further queries on this.如有任何进一步的疑问,请联系 teamsubm@microsoft.com。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 ms 团队中为我的应用程序在清单中添加隐私政策 - how to add privacy policy in manifest for my app in ms teams 如何在自定义团队应用程序清单 Json 的描述中添加注册链接 - How to add Signup link in description of Custom Teams app Manifest Json 如何让用户默认安装机器人而不是团队应用程序清单上的选项卡 - How to Enable the user install the bot by default and not tab on teams app manifest 如何在 Microsoft Team App 清单中添加图像轮播? - How can I add an image carousel in a Microsoft Team App manifest? MS Teams 应用清单文件租户限制 - MS Teams app manifest file Tenant restriction 使用清单的 MS Teams 应用本地化不起作用 - MS Teams app localization using manifest not working 如何在MS Teams中将应用添加到群聊 - How to add an app to a group chat in MS Teams Teams 应用程序的 manifest.json 中的描述链接 - Link in description in manifest.json for Teams app 从 Teams Tenant Custom App Store 中部署的 App 的 App ID 中,我们如何找到 Manifest 文件中的原始 Azure App ID? - From the App ID of a deployed App in the Teams Tenant Custom App Store, how do we find the original Azure App ID that was in the Manifest file? 无需在团队应用程序中创建应用程序清单即可对用户进行身份验证 - Authenticating user without creating app manifest in teams app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM