From 372ed890d4a0fd822969a8a88a90d2cccd416ad6 Mon Sep 17 00:00:00 2001 From: zqq Date: Fri, 14 Jan 2022 10:14:52 +0800 Subject: [PATCH 1/3] modify bundle.json description Signed-off-by: zqq --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0a60e1da3..1df5c2d8e 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/distributeddatamgr_datamgr", "version": "1.0.0", - "description": "提供设备间数据同步的能力。", + "description": "Provide the ability of data synchronization between devices", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr", -- Gitee From 9174b43546723295a0d267e9c7594ccb1ff5475f Mon Sep 17 00:00:00 2001 From: zqq Date: Fri, 14 Jan 2022 17:24:23 +0800 Subject: [PATCH 2/3] remove keywords in bundle.json Signed-off-by: zqq --- bundle.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 1df5c2d8e..91355b8fd 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/distributeddatamgr_datamgr", "version": "1.0.0", - "description": "Provide the ability of data synchronization between devices", + "description": "Distributed data manager that provides the capability to store data in the databases of different devices", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr", @@ -13,10 +13,6 @@ "tags": [ "foundation" ], - "keywords": [ - "distributeddatamgr", - "datamgr" - ], "envs": [], "dirs": [], "author": { -- Gitee From e4a740d41bcbb78ec929af2d6ae721488dcb93a2 Mon Sep 17 00:00:00 2001 From: zqq Date: Fri, 14 Jan 2022 17:55:02 +0800 Subject: [PATCH 3/3] add keywords Signed-off-by: zqq --- bundle.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle.json b/bundle.json index 91355b8fd..143a62227 100644 --- a/bundle.json +++ b/bundle.json @@ -13,6 +13,10 @@ "tags": [ "foundation" ], + "keywords": [ + "distributeddatamgr", + "datamgr" + ], "envs": [], "dirs": [], "author": { -- Gitee