上传到团队时缺少活动部分

发布于 2025-02-07 22:05:23 字数 1048 浏览 2 评论 0原文

当尝试将通知发送给团队用户时,我会面临问题。 当我将应用程序上传到团队时,丢失了文件清单中的活动部分。 因此我无法发送通知。

这里有

{
    "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
    "manifestVersion": "1.11",
    "version": "1.0.0",
    "id": "id",
    "packageName": "com.microsoft.teams.extension",
    "developer": {
        ...
    },
    "icons": {
        ...
    },
    "name": {
        ...
    },
    "description": {
        ...
    },
    "accentColor": "#FFFFFF",
    "bots": [],
    "composeExtensions": [],
    "configurableTabs": [
        ...
    ],
    "staticTabs": [
        ...
    ],
    "permissions": [
        ...
    ],
    "validDomains": [
        ...
    ],
    "webApplicationInfo": {
        ...
    },
    "activities": {
        "activityTypes": [
            {
                "type": "taskCreated",
                "description": "Task created activity",
                "templateText": "hah created task hehe for you"
            }
        ]
    }
}

任何人可以帮助我吗? 感谢您的阅读。

I'm facing a problem when try to send notification to user in Teams.
When I upload app to Teams, activities section in file manifest is missing.
So I can not send notification.

Here is manifest

{
    "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
    "manifestVersion": "1.11",
    "version": "1.0.0",
    "id": "id",
    "packageName": "com.microsoft.teams.extension",
    "developer": {
        ...
    },
    "icons": {
        ...
    },
    "name": {
        ...
    },
    "description": {
        ...
    },
    "accentColor": "#FFFFFF",
    "bots": [],
    "composeExtensions": [],
    "configurableTabs": [
        ...
    ],
    "staticTabs": [
        ...
    ],
    "permissions": [
        ...
    ],
    "validDomains": [
        ...
    ],
    "webApplicationInfo": {
        ...
    },
    "activities": {
        "activityTypes": [
            {
                "type": "taskCreated",
                "description": "Task created activity",
                "templateText": "hah created task hehe for you"
            }
        ]
    }
}

Can anyone help me?
Thanks for reading.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情旳空白 2025-02-14 22:05:24

App Studio不支持活动。请改用开发人员门户网站,该门户支持所有最新功能。

App Studio doesn't support Activities. Please use Developer Portal instead, which supports all the latest features.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文