Merge remote-tracking branch 'origin/master'

这个提交包含在:
徐勤民 2024-05-08 16:21:10 +08:00
当前提交 d5efce7b32
共有 4 个文件被更改,包括 9 次插入19 次删除

查看文件

@ -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,3 +7,9 @@
> - 基础工具
> - 统一弹窗
> - 存储管理
# [v1.0.1] 2024.05.07
------
> - 优化网络请求方法
> - 简化自定义弹窗的使用

查看文件

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

查看文件

@ -1,6 +1,6 @@
{
"name": "@szyx/sdk_base",
"version": "1.0.2",
"version": "1.0.1",
"description": "数字医信公司,鸿蒙app开发基础工具。",
"main": "Index.ets",
"author": "xuqm",