mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-05-24 17:25:44 +08:00
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>
18 lines
259 B
Plaintext
18 lines
259 B
Plaintext
{
|
|
"apiType": 'stageMode',
|
|
"buildOption": {
|
|
"sourceOption": {
|
|
"workers": [
|
|
"./src/main/ets/workers/upngWorkerTestCase.ets"
|
|
]
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
}
|
|
]
|
|
} |