diff --git a/BuildProfile.ets b/BuildProfile.ets index 761a945..498b3ec 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,9 +1,9 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.6'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const HAR_VERSION = '1.0.7'; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /** diff --git a/CHANGELOG.md b/CHANGELOG.md index d98812d..02ee5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [v1.0.7] 2025.xx.xx +# [v1.0.7] 2025.03.11 ------ > - 调整web相关,添加JavaScript机制,用来做H5和原生通信 diff --git a/oh-package.json5 b/oh-package.json5 index 3b51f1e..1f66ad3 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,9 +1,9 @@ { "name": "@szyx/sdk_base", - "version": "1.0.6", + "version": "1.0.7", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", - "author": "szyx", + "author": "数字医信", "license": "Apache-2.0", "repository": "", "dependencies": {}