# 云通知

> Source: https://strapi.nodejs.cn/cloud/projects/notifications

🌐 Cloud notifications

铃铛图标打开最近部署事件的动态，在30天后自动清除。

可以通过点击云仪表板顶部导航中的铃铛图标  来打开通知中心。

它显示你所有现有项目的最新通知列表。点击列表中的通知卡片将重定向到对应部署的*日志详情*页面（更多信息请参见[部署历史与日志](/cloud/projects/deploys-history#accessing-deployment-details--logs)）。

🌐 It displays a list of the latest notifications for all your existing projects. Clicking on a notification card from the list will redirect you to the *Log details* page of the corresponding deployment (more information in [Deploy history & logs](/cloud/projects/deploys-history#accessing-deployment-details--logs)).

以下通知可以在通知中心列出：

🌐 The following notifications can be listed in the Notifications center:

- *部署完成*：当部署成功完成时。
- *构建失败*：当部署在构建阶段失败时。
- *部署失败*：当部署阶段的部署失败时。
- *已触发部署*：当连接的仓库有新的推送时，会触发部署。然而，当部署是手动触发时，该通知不会发送。

:::note

所有超过30天的通知将自动从通知中心移除。

🌐 All notifications older than 30 days are automatically removed from the Notification center.

:::
