aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/notifications_api/using_the_notifications_api
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/notifications_api/using_the_notifications_api')
-rw-r--r--files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html b/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
index 49d914d0c5..ed97432158 100644
--- a/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
+++ b/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
@@ -17,9 +17,9 @@ original_slug: Web/API/notification/Using_Web_Notifications
<p>通常,系统通知是指操作系统的标准通知机制,例如思考典型的桌面系统或移动设备如何发布通知。</p>
-<p>                            <img src="https://mdn.mozillademos.org/files/10959/android-notification.png"> </p>
+<p><img src="https://mdn.mozillademos.org/files/10959/android-notification.png"></p>
-<p>                        <img src="https://mdn.mozillademos.org/files/10961/mac-notification.png"></p>
+<p><img src="https://mdn.mozillademos.org/files/10961/mac-notification.png"></p>
<p>系统通知系统当然会因平台和浏览器而异,但无需担心,通知API被编写为通用的,足以与大多数系统通知系统兼容。</p>
@@ -43,7 +43,7 @@ original_slug: Web/API/notification/Using_Web_Notifications
<dl>
<dt><code>default</code></dt>
- <dd>用户还未被询问是否授权,所以通知不会被显示。参看 {{anch("Getting permission")}} 以了解如何请求显示通知的权限。</dd>
+ <dd>用户还未被询问是否授权,所以通知不会被显示。参看 <a href="#获得权限">获得权限</a> 以了解如何请求显示通知的权限。</dd>
<dt><code>granted</code></dt>
<dd>表示之前已经询问过用户,并且用户已经授予了显示通知的权限。</dd>
<dt><code>denied</code></dt>