From 62ee2411562eb3812d1b47e22227141995618594 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 19 Apr 2022 06:46:05 +0000 Subject: [PATCH] add sample Signed-off-by: zengyawen --- zh-cn/application-dev/dfx/hiappevent-guidelines.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/dfx/hiappevent-guidelines.md b/zh-cn/application-dev/dfx/hiappevent-guidelines.md index 2453855ebd..47e2f09b8c 100644 --- a/zh-cn/application-dev/dfx/hiappevent-guidelines.md +++ b/zh-cn/application-dev/dfx/hiappevent-guidelines.md @@ -71,4 +71,10 @@ } ``` -2. 运行项目,点击应用界面上的运行按钮。 \ No newline at end of file +2. 运行项目,点击应用界面上的运行按钮。 + +## 相关实例 + +针对应用事件开发,有以下相关实例可供参考: + +- [`JsDotTest`:测试打点(JS)(API7)](https://gitee.com/openharmony/app_samples/tree/master/DFX/JsDotTest) \ No newline at end of file -- GitLab