From 418b0ffc377e61a79489d7f470f3ac7a1b317e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Tue, 14 Jun 2022 07:44:38 +0000 Subject: [PATCH] update en/application-dev/database/database-distributedobject-guidelines.md. Signed-off-by: @ge-yafang --- .../database/database-distributedobject-guidelines.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/en/application-dev/database/database-distributedobject-guidelines.md b/en/application-dev/database/database-distributedobject-guidelines.md index a3f5d13676..303b306528 100644 --- a/en/application-dev/database/database-distributedobject-guidelines.md +++ b/en/application-dev/database/database-distributedobject-guidelines.md @@ -171,12 +171,4 @@ The following example shows how to implement a distributed data object synchroni ```js local_object.setSessionId(""); ``` -## Samples - -The following example is provided for you to better understand the development of distributed data objects: - -- [Distributed Notepad](https://gitee.com/openharmony/distributeddatamgr_objectstore/tree/master/samples/distributedNotepad) - - -When an event of the Notepad app occurs on a device, such as a note is added, the tile or content of a note is changed, or the event list is cleared, the change will be synchronized to other devices in the trusted network. -- GitLab