1.分离出3rd_party 用来存放pako, jsbinaryschme, spark-md5三方库源码

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1
2023-04-07 11:23:42 +08:00
parent 29067035bc
commit 72edea3c7e
27 changed files with 23 additions and 19 deletions
+3 -2
View File
@@ -21,8 +21,6 @@
ohpm install @ohos/imageknife
```
OpenHarmony npm环境配置等更多内容,参考安装教程 [如何安装OpenHarmony npm包](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_npm_usage.md)。
## 使用说明
1.在AbilityStage.ts中,初始化全局ImageKnife实例。
@@ -440,6 +438,9 @@ request.skipMemoryCache(true)
<img src="screenshot/gif4.gif" width="50%"/>
## 约束与限制
在下述版本验证通过:
DevEco Studio: 3.1Release(3.1.3.400), SDK: API9 Release(3.2.11.5)
## 目录结构