Pre Merge pull request !290 from zgf/3.x
This commit is contained in:
commit
ba2f896033
|
@ -24,7 +24,7 @@ struct Index {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Scroll(){
|
||||||
Column() {
|
Column() {
|
||||||
Button("测试HSP场景预加载").onClick(()=>{
|
Button("测试HSP场景预加载").onClick(()=>{
|
||||||
router.push({
|
router.push({
|
||||||
|
@ -127,8 +127,7 @@ struct Index {
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
.width('100%')
|
} .width('100%')
|
||||||
|
|
||||||
.height('100%')
|
.height('100%')
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -14,7 +14,7 @@
|
||||||
"main": "index.ets",
|
"main": "index.ets",
|
||||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.0.0-rc.4",
|
"version": "3.0.0-rc.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/gpu_transform": "^1.0.2"
|
"@ohos/gpu_transform": "^1.0.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue