Merge remote-tracking branch 'origin/master'
这个提交包含在:
当前提交
d5efce7b32
@ -1,5 +1,5 @@
|
|||||||
export default class BuildProfile {
|
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 BUILD_MODE_NAME = 'debug';
|
||||||
static readonly DEBUG = true;
|
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": [
|
"targets": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@szyx/sdk_base",
|
"name": "@szyx/sdk_base",
|
||||||
"version": "1.0.2",
|
"version": "1.0.1",
|
||||||
"description": "数字医信公司,鸿蒙app开发基础工具。",
|
"description": "数字医信公司,鸿蒙app开发基础工具。",
|
||||||
"main": "Index.ets",
|
"main": "Index.ets",
|
||||||
"author": "xuqm",
|
"author": "xuqm",
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户