更新说明:
1、imageKnife依赖更名为library Signed-off-by: 明月清风 <qiufeihu1@h-partners.com>
This commit is contained in:
parent
bc2f0e9f96
commit
db5c44866f
|
@ -3,7 +3,7 @@
|
||||||
"bundleName": "com.openharmony.imageknife",
|
"bundleName": "com.openharmony.imageknife",
|
||||||
"vendor": "example",
|
"vendor": "example",
|
||||||
"versionCode": 1000000,
|
"versionCode": 1000000,
|
||||||
"versionName": "2.1.1-rc.4",
|
"versionName": "2.1.1-rc.5",
|
||||||
"icon": "$media:app_icon",
|
"icon": "$media:app_icon",
|
||||||
"label": "$string:app_name",
|
"label": "$string:app_name",
|
||||||
"distributedNotificationEnabled": true
|
"distributedNotificationEnabled": true
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
- 部分release释放放在异步
|
- 部分release释放放在异步
|
||||||
- requestInStream的回调改成异步
|
- requestInStream的回调改成异步
|
||||||
- 修复tasktool出现crash问题
|
- 修复tasktool出现crash问题
|
||||||
|
- imageKnife依赖更名为library
|
||||||
|
|
||||||
|
|
||||||
## 2.1.1-rc.4
|
## 2.1.1-rc.4
|
||||||
|
|
|
@ -428,7 +428,7 @@ DevEco Studio 4.0(4.0.3.700)--SDK:API10( 4.0.10.15)
|
||||||
## 目录结构
|
## 目录结构
|
||||||
|
|
||||||
```
|
```
|
||||||
/imageknife/src/
|
/library/src/
|
||||||
- main/ets/components
|
- main/ets/components
|
||||||
- cache # 缓存相关内容
|
- cache # 缓存相关内容
|
||||||
- diskstrategy # 缓存策略
|
- diskstrategy # 缓存策略
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "imageknife",
|
"name": "library",
|
||||||
"srcPath": "./imageknife"
|
"srcPath": "./library"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gpu_transform",
|
"name": "gpu_transform",
|
||||||
|
|
|
@ -6,11 +6,8 @@
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"version": "2.1.1-rc.5",
|
"version": "2.1.1-rc.5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
// 如果测试entry的demo需要开启以下2个依赖, 然后点击entry勾选 Edit Configurations->点击Deploy Multi Hap->勾选Deploy Multi Hap Packages
|
|
||||||
// 然后点击module栏目 把library也勾选上,这样就可以在HSP场景下测试Entry里面的HSP场景
|
|
||||||
"@ohos/libraryimageknife": "file:../sharedlibrary",
|
"@ohos/libraryimageknife": "file:../sharedlibrary",
|
||||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||||
// 下面这个依赖是为了跑XTS用例的,需要跑XTS时,需要注释上面2个依赖单独使用imageknife依赖
|
"@ohos/imageknife": "file:../library"
|
||||||
"@ohos/imageknife": "file:../imageknife"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue