From 3191ca9cea5ed5848baf621ec0c1c7865e38e382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 25 Jul 2022 07:01:04 +0000 Subject: [PATCH] update zh-cn/application-dev/database/database-preference-guidelines.md. Signed-off-by: @ge-yafang --- .../application-dev/database/database-preference-guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zh-cn/application-dev/database/database-preference-guidelines.md b/zh-cn/application-dev/database/database-preference-guidelines.md index 14e25f9916..76f3ff7808 100644 --- a/zh-cn/application-dev/database/database-preference-guidelines.md +++ b/zh-cn/application-dev/database/database-preference-guidelines.md @@ -167,3 +167,6 @@ console.info("Deleted failed with err: " + err) }) ``` +## 相关实例 +针对首选项开发,有以下相关实例可供参考: +- [`Preferences`:首选项(eTS)(API9)](https://gitee.com/openharmony/app_samples/tree/master/data/Preferences) -- GitLab