From bce8a427c29d91cc959744740bfec3895627865e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Fri, 9 Sep 2022 09:46:14 +0000 Subject: [PATCH] update zh-cn/application-dev/database/database-preference-guidelines.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../application-dev/database/database-preference-guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/database/database-preference-guidelines.md b/zh-cn/application-dev/database/database-preference-guidelines.md index 247076af75..9b23a2b971 100644 --- a/zh-cn/application-dev/database/database-preference-guidelines.md +++ b/zh-cn/application-dev/database/database-preference-guidelines.md @@ -171,7 +171,9 @@ console.info("Failed to delete. Cause: " + err); }) ``` + ## 相关实例 + 针对首选项开发,有以下相关实例可供参考: - [`Preferences`:首选项(eTS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/data/Preferences) \ No newline at end of file -- GitLab