From c1d26ff63c91c64615ab5a4e7bd1af7f493316dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 7 May 2024 19:22:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=91=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 16 ---------------- oh-package.json5 | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index abede8d..312d38e 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,22 +19,6 @@ } }, }, - { - "name": "release2", - "arkOptions": { - "obfuscation": { - "ruleOptions": { - "enable": true, - "files": [ - "./obfuscation-rules.txt" - ] - }, - "consumerFiles": [ - "./consumer-rules.txt" - ] - } - }, - }, ], "targets": [ { diff --git a/oh-package.json5 b/oh-package.json5 index 92253e2..ac8bfa2 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.2", + "version": "1.0.1", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "xuqm", From ee949f72336fef292a2305141437e94ac8b94087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 7 May 2024 19:27:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildProfile.ets | 2 +- CHANGELOG.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 3479da7..f8ad882 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,5 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '1.0.2'; + static readonly HAR_VERSION = '1.0.1'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ebc86..ee05d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,10 @@ > - 正则验证 > - 基础工具 > - 统一弹窗 -> - 存储管理 \ No newline at end of file +> - 存储管理 + +# [v1.0.1] 2024.05.07 + +------ +> - 优化网络请求方法 +> - 简化自定义弹窗的使用 \ No newline at end of file