From 6ff2d3a055ca97545bdf373409cc4390462d0e3c Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 09:39:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=A0=E9=99=A4syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- bundle.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundle.json b/bundle.json index dc497ba..daf2588 100644 --- a/bundle.json +++ b/bundle.json @@ -36,9 +36,6 @@ "component": { "name": "timezone", "subsystem": "global", - "syscap": [ - "SystemCapability.Global.I18n" - ], "features": [], "adapted_system_type": [ "standard" -- Gitee From 7148659ce146b7326510d535a35fd57548e261db Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 14:43:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index daf2588..6b9bc21 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/global_timezone", + "name": "timezone", "version": "1.0.0", "description": "Provides tools for timezone data management and update.", "homePage": "https://gitee.com/openharmony/", -- Gitee From cc54d61d63bb42e871a3890044f17e5261ae9796 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 09:12:37 +0000 Subject: [PATCH 3/3] update bundle.json. Signed-off-by: zhangdd_ewan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 6b9bc21..83612ce 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "timezone", + "name": "@ohos/timezone", "version": "1.0.0", "description": "Provides tools for timezone data management and update.", "homePage": "https://gitee.com/openharmony/", -- Gitee