修改package.json版本
Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
parent
8d39586c67
commit
b2a7fb47f8
|
@ -24,7 +24,7 @@ struct Index {
|
|||
}
|
||||
|
||||
build() {
|
||||
|
||||
Scroll(){
|
||||
Column() {
|
||||
Button("测试HSP场景预加载").onClick(()=>{
|
||||
router.push({
|
||||
|
@ -127,8 +127,7 @@ struct Index {
|
|||
})
|
||||
|
||||
}
|
||||
.width('100%')
|
||||
|
||||
} .width('100%')
|
||||
.height('100%')
|
||||
}
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
"main": "index.ets",
|
||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||
"type": "module",
|
||||
"version": "3.0.0-rc.4",
|
||||
"version": "3.0.0-rc.6",
|
||||
"dependencies": {
|
||||
"@ohos/gpu_transform": "^1.0.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue