From fa14bc5b3534c0a51ef3b777fe765115c744a3e7 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 20 Jun 2022 19:56:11 +0800 Subject: [PATCH] update notification Signed-off-by: ester.zhou --- .../notification/assistant-guidelines.md | 14 +++++++------- en/application-dev/notification/common-event.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/application-dev/notification/assistant-guidelines.md b/en/application-dev/notification/assistant-guidelines.md index 35d3eaeaad..c6de99e3fe 100644 --- a/en/application-dev/notification/assistant-guidelines.md +++ b/en/application-dev/notification/assistant-guidelines.md @@ -2,9 +2,9 @@ The common event and notification module provides debugging tools to facilitate your application development. With these tools, you can view common event and notification information, publish common events, and more. These tools have been integrated with the system. You can run related commands directly in the shell. -### cem Debugging Assistant +## cem Debugging Assistant -##### publish +### publish * Functionality @@ -41,7 +41,7 @@ The common event and notification module provides debugging tools to facilitate ![cem-publish-all](figures/cem-publish-all.png) -##### dump +### dump * Functionality @@ -67,7 +67,7 @@ The common event and notification module provides debugging tools to facilitate ​ ![cem-dump-e](figures/cem-dump-e.png) -##### help +### help * Functionality @@ -83,9 +83,9 @@ The common event and notification module provides debugging tools to facilitate -### anm Debugging Assistant +## anm Debugging Assistant -##### dump +### dump * Functionality @@ -119,7 +119,7 @@ The common event and notification module provides debugging tools to facilitate Set the number of the cached recent notifications to be displayed to 10. -##### help +### help * Functionality diff --git a/en/application-dev/notification/common-event.md b/en/application-dev/notification/common-event.md index b2cce59950..e48bcd802e 100644 --- a/en/application-dev/notification/common-event.md +++ b/en/application-dev/notification/common-event.md @@ -1,5 +1,5 @@ # Common Event Development -### Introduction +## Introduction OpenHarmony provides a Common Event Service (CES) for applications to subscribe to, publish, and unsubscribe from common events. Common events are classified into system common events and custom common events. -- GitLab