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] =?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