修改file格式图片同步close和PixelMap默认不可编辑

Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
zgf 2024-09-02 11:27:02 +08:00
parent 2761d31e8c
commit dd22d9a808
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 3.1.0-rc.3
## 3.1.0
- 部分静态webp图片有delay属性导致识别成动图,改用getFrameCount识别
- 修复加载错误图后未去请求排队队列中的请求
- 子线程本地Resource参数类型转换成number

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "3.1.0-rc.3",
"version": "3.1.0",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},