Pre Merge pull request !290 from zgf/3.x

This commit is contained in:
zgf 2024-05-31 02:21:51 +00:00 committed by Gitee
commit ba2f896033
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
},