From 62c1f4567e617493a3519c5d8c8f50c78473f9d5 Mon Sep 17 00:00:00 2001 From: zhangyanchuan <13627385+zhangyanchuan@user.noreply.gitee.com> Date: Thu, 7 Aug 2025 13:57:27 +0000 Subject: [PATCH] update ohos_interface/include/ohos_nweb/nweb_api_level.h. Signed-off-by: zhangyanchuan <13627385+zhangyanchuan@user.noreply.gitee.com> --- ohos_interface/include/ohos_nweb/nweb_api_level.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohos_interface/include/ohos_nweb/nweb_api_level.h b/ohos_interface/include/ohos_nweb/nweb_api_level.h index 8e7cac02b..b2c68b683 100644 --- a/ohos_interface/include/ohos_nweb/nweb_api_level.h +++ b/ohos_interface/include/ohos_nweb/nweb_api_level.h @@ -22,7 +22,7 @@ * is padded with 0. For example, if the API version is 12 and the ArkWeb monthly version * is 1, then API level is 12001. */ -#define ARKWEB_CORE_API_LEVEL 14001 +#define ARKWEB_CORE_API_LEVEL 13001 #endif // NWEB_API_LEVEL_H_ -- Gitee