修改package.json版本

Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
zgf 2024-05-31 10:21:15 +08:00
parent 8d39586c67
commit b2a7fb47f8
2 changed files with 100 additions and 101 deletions

View File

@ -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%')
}
}

View File

@ -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"
},