Files
ImageKnife/entry/build-profile.json5
zhoulisheng 4972d838df 1.删除pako源码依赖,使用ohpm依赖
2.删除gif软解码相关依赖库,包括gifuct-js和jsBinarySchemaParser
3.更改ImageKnifeOption,新增入参context,在shardlibrary中使用必须要传递当前library的context对象
4.更改RequestOption,新增参数moduleContext,属于必传参数,在使用ImageKnifeComponent会默认使用当前entry的context,所以在其他在shardlibrary中使用必须要传递当前library的context对象。
5.新增ImageKnife在HSP场景中的使用方法

Signed-off-by: zhoulisheng <635547767@qq.com>
2023-11-24 14:22:46 +08:00

18 lines
259 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"sourceOption": {
"workers": [
"./src/main/ets/workers/upngWorkerTestCase.ets"
]
}
},
"targets": [
{
"name": "default",
},
{
"name": "ohosTest",
}
]
}