徐勤民 hai 11 meses
pai
achega
ee949f7233
Modificáronse 2 ficheiros con 8 adicións e 2 borrados
  1. 1 1
      BuildProfile.ets
  2. 7 1
      CHANGELOG.md

+ 1 - 1
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;
 }

+ 7 - 1
CHANGELOG.md

@@ -6,4 +6,10 @@
 > - 正则验证
 > - 基础工具
 > - 统一弹窗
-> - 存储管理
+> - 存储管理
+
+# [v1.0.1] 2024.05.07
+
+------
+> - 优化网络请求方法
+> - 简化自定义弹窗的使用