From ca2152205d7dea263ccec7f662b33f882ed63caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 22 Aug 2022 09:17:38 +0000 Subject: [PATCH] update zh-cn/application-dev/database/database-distributedobject-guidelines.md. Signed-off-by: @ge-yafang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../database/database-distributedobject-guidelines.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zh-cn/application-dev/database/database-distributedobject-guidelines.md b/zh-cn/application-dev/database/database-distributedobject-guidelines.md index 60a8b4fcbf..fc16d55adf 100644 --- a/zh-cn/application-dev/database/database-distributedobject-guidelines.md +++ b/zh-cn/application-dev/database/database-distributedobject-guidelines.md @@ -172,12 +172,5 @@ ```js local_object.setSessionId(""); ``` -## 开发实例 -针对分布式数据对象,有以下开发实例可供参考: - -- [备忘录应用](https://gitee.com/openharmony/distributeddatamgr_objectstore/tree/master/samples/distributedNotepad) - - -在备忘录应用中,当某一个设备上的备忘录事件发生变更时,通过分布式数据对象将事件变更同步在可信组网内的其他设备上,比如新增备忘录事件、编辑事件标题和内容、清空事件列表等。 -- GitLab