diff options
author | meowmeowmeowcat <meowmeowcat1211@gmail.com> | 2021-08-08 04:22:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 04:22:47 +0800 |
commit | 01aad4e9d467a4b4a5b237f888b6c8fda3b07815 (patch) | |
tree | d71c3812a7f7bdc16e90ee7ee1a2ade1746f1b6a /files/zh-cn | |
parent | 721aec54d62e8c0dd3573c41a9dfefcb98c0c17c (diff) | |
download | translated-content-01aad4e9d467a4b4a5b237f888b6c8fda3b07815.tar.gz translated-content-01aad4e9d467a4b4a5b237f888b6c8fda3b07815.tar.bz2 translated-content-01aad4e9d467a4b4a5b237f888b6c8fda3b07815.zip |
replace link with macro Web/API/Notifications_API/Using_the_Notifications_API, zh-CN (#1943)
* Fix broken live samples and the table of Browser compatibility
* Fix the table of Browser compatibility
* Use macro for the table of Browser compatibility
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html | 8 |
1 files changed, 4 insertions, 4 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 36f12c0ed4..49d914d0c5 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 @@ -120,7 +120,7 @@ n.onshow = function () { <p>当你接收到一个“close”事件时,并不能保证这个通知是被用户关闭的。这是符合规范的,其中指出:“当一个通知被关闭时,通知的关闭动作都必须执行,不论是底层通知平台导致,还是用户导致。”</p> </div> -<h3 id="简单的例子">简单的例子</h3> +<h3 id="Simple_example">简单的例子</h3> <p>假定有如下的 HTML:</p> @@ -186,7 +186,7 @@ n.onshow = function () { <p>因此,需要为新建的通知添加一个标记。如果有一条通知也具有一个相同的标记,并且还没有被显示,那么这条新通知将会替换上一条通知。如果有一条通知具有一个相同的标记,并且已经显示出来了,那么上一条通知将会被关闭,新通知将会被显示出来。</p> -<h3 id="使用标记的例子">使用标记的例子</h3> +<h3 id="Tag_example">使用标记的例子</h3> <p>假定有如下 HTML:</p> @@ -250,7 +250,7 @@ n.onshow = function () { <p>实际效果如下:</p> -<p>{{ EmbedLiveSample('.E5.A4.84.E7.90.86.E9.87.8D.E5.A4.8D.E7.9A.84.E9.80.9A.E7.9F.A5', '100%', 30) }}</p> +<p>{{ EmbedLiveSample('Tag_example', '100%', 30) }}</p> <h2 id="接收点击应用通知的通知">接收点击应用通知的通知</h2> @@ -284,7 +284,7 @@ n.onshow = function () { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p>{{page("/zh-CN/Web/API/Notification",".E6.B5.8F.E8.A7.88.E5.99.A8.E5.85.BC.E5.AE.B9.E6.80.A7")}}</p> +{{Compat("api.Notification")}} <h2 id="参考">参考</h2> |