Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

徐勤民 11 mesi fa
parent
commit
d5efce7b32
4 ha cambiato i file con 9 aggiunte e 19 eliminazioni
  1. 1 1
      BuildProfile.ets
  2. 7 1
      CHANGELOG.md
  3. 0 16
      build-profile.json5
  4. 1 1
      oh-package.json5

+ 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
+
+------
+> - 优化网络请求方法
+> - 简化自定义弹窗的使用

+ 0 - 16
build-profile.json5

@@ -19,22 +19,6 @@
         }
       },
     },
-    {
-      "name": "release2",
-      "arkOptions": {
-        "obfuscation": {
-          "ruleOptions": {
-            "enable": true,
-            "files": [
-              "./obfuscation-rules.txt"
-            ]
-          },
-          "consumerFiles": [
-            "./consumer-rules.txt"
-          ]
-        }
-      },
-    },
   ],
   "targets": [
     {

+ 1 - 1
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",