From 19a47cb4a739aca3b130d326945256a94f2537fa 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:38:52 +0000 Subject: [PATCH] update en/application-dev/database/database-distributedobject-guidelines.md. Signed-off-by: @ge-yafang --- .../database-distributedobject-guidelines.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/en/application-dev/database/database-distributedobject-guidelines.md b/en/application-dev/database/database-distributedobject-guidelines.md index 516ed427b9..8639255150 100644 --- a/en/application-dev/database/database-distributedobject-guidelines.md +++ b/en/application-dev/database/database-distributedobject-guidelines.md @@ -165,14 +165,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. - + ``` \ No newline at end of file -- GitLab