From 723e4b20580b339f8595885caf3b635c1be2bded Mon Sep 17 00:00:00 2001 From: duke Date: Tue, 18 Mar 2025 01:55:57 +0800 Subject: [PATCH] =?UTF-8?q?[doc]=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/.gitignore | 3 ++- entry/oh-package-lock.json5 | 18 ------------------ library/BuildProfile.ets | 2 +- 3 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 entry/oh-package-lock.json5 diff --git a/entry/.gitignore b/entry/.gitignore index e2713a2..eadab4e 100644 --- a/entry/.gitignore +++ b/entry/.gitignore @@ -3,4 +3,5 @@ /.preview /build /.cxx -/.test \ No newline at end of file +/.test +/oh-package-lock.json5 \ No newline at end of file diff --git a/entry/oh-package-lock.json5 b/entry/oh-package-lock.json5 deleted file mode 100644 index 7124489..0000000 --- a/entry/oh-package-lock.json5 +++ /dev/null @@ -1,18 +0,0 @@ -{ - "meta": { - "stableOrder": true - }, - "lockfileVersion": 3, - "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", - "specifiers": { - "@duke/elf-refresh@../library": "@duke/elf-refresh@../library" - }, - "packages": { - "@duke/elf-refresh@../library": { - "name": "@duke/elf-refresh", - "version": "1.0.1", - "resolved": "../library", - "registryType": "local" - } - } -} \ No newline at end of file diff --git a/library/BuildProfile.ets b/library/BuildProfile.ets index e11789b..cab3453 100644 --- a/library/BuildProfile.ets +++ b/library/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.1'; +export const HAR_VERSION = '1.1.0'; export const BUILD_MODE_NAME = 'release'; export const DEBUG = false; export const TARGET_NAME = 'default'; -- Gitee