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 27484e1f586f5eaeda0896793adeb6ef7a2256ac..4dd9be9bcc82e00fef53b5ad901e2582ccc18af7 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