From 70ce0dc60f3a0b4110973e6f0a4d4b6c07c4dd16 Mon Sep 17 00:00:00 2001 From: ylq121 Date: Sat, 25 Mar 2023 10:26:04 +0800 Subject: [PATCH] xiugai Signed-off-by: ylq121 --- .../reference/apis/js-apis-distributedKVStore.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md b/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md index 2b576197fb..a1bff02788 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md @@ -4778,7 +4778,9 @@ off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]& 取消订阅同步完成事件回调通知。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore. +**系统能力:** SystemCapability.DistributedDataManager.KVStore.Core + +**参数:** | 参数名 | 类型 | 必填 | 说明 | | ------------ | --------------------------------------------- | ---- | ---------------------------------------------------------- | -- GitLab