From e88d623379f912899775cbc97c440cd2a3b19472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 10 Aug 2023 10:05:54 +0000 Subject: [PATCH] update zh-cn/application-dev/database/data-sync-of-distributed-data-object.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../database/data-sync-of-distributed-data-object.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/database/data-sync-of-distributed-data-object.md b/zh-cn/application-dev/database/data-sync-of-distributed-data-object.md index 27484e1f58..4dd9be9bcc 100644 --- a/zh-cn/application-dev/database/data-sync-of-distributed-data-object.md +++ b/zh-cn/application-dev/database/data-sync-of-distributed-data-object.md @@ -304,4 +304,12 @@ localObject.setSessionId(() => { console.info('leave all lession.'); }); - ``` \ No newline at end of file + ``` + +## 相关实例 + +针对分布式数据对象开发,有以下相关实例可供参考: + +- [分布式组网认证(ArkTS)(Full SDK)(API10)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/DistributedAppDev/DistributedAuthentication) + +- [分布式对象(ArkTS)(Full SDK)(API10)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/DistributedAppDev/DistributedNote) \ No newline at end of file -- GitLab