From e6bf37d1931d96d5e466df42114a508b42f9e4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Sat, 30 Jul 2022 02:24:11 +0000 Subject: [PATCH] fixed 57519aa from https://gitee.com/ge-yafang/docs/pulls/7420 update zh-cn/application-dev/reference/apis/js-apis-system-storage.md. Signed-off-by: @ge-yafang --- zh-cn/application-dev/reference/apis/js-apis-system-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md index ee590ae07a..ebe7e93cc2 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md @@ -5,7 +5,7 @@ > - 从API Version 6开始,该模块不再维护,可以使用模块[`@ohos.data.storage`](js-apis-data-storage.md)。在API Version 9后,推荐使用新模块[`@ohos.data.preferences`](js-apis-data-preferences.md)。 > > - 本模块首批接口从API version 3开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 - +> - 本模块接口仅可在FA模型下使用。 ## 导入模块 -- GitLab