提交 b93d1554 编写于 作者: T tianwenzhe

change image

Signed-off-by: Ntian-wenzhe411 <tianwenzhe2@huawei.com>
上级 324cbd49
......@@ -31,7 +31,7 @@ struct CustomContainer1 {
title : string = '';
StepTips: string = '';
Url : string = '';
Vue : boolean;
@Link Vue : boolean;
@BuilderParam content: () => void;
@Builder
PassBtn(text: Resource, isFullScreen: boolean) {
......@@ -215,7 +215,7 @@ struct SetCircle {
y: $y,
isshow: $isshow,
name: $name,
Vue: this.Vue,
Vue: $Vue,
})
}.width('100%').height('100%').backgroundColor(Color.Black)
}
......
......@@ -53,7 +53,7 @@ struct CustomContainerUser {
Row(){
Text(`测试步骤:`+ '\n' + '\n' + `1.点击开始键进入系统桌面`+ '\n' + '\n' + `2.清空后台应用`+ '\n' + '\n'
+ `3.双击执行.bat选择冷启动测试输入待测应用编号`+ '\n' + '\n' +`4.依次测试完所有应用冷启动返回validator界面`
+ '\n' + '\n' + '5.点击停止键观察测试结果' + '\n' + '\n' + `5.若所有冷启动测试均在规定时延内完成则通过测试`
+ '\n' + '\n' + '5.点击停止键观察测试结果' + '\n' + '\n' + `6.若所有冷启动测试均在规定时延内完成则通过测试`
+ '\n' + '\n' )
.fontColor(Color.White).fontSize('20fp')
}
......
......@@ -18,9 +18,9 @@
"name": "MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:MainAbility_desc",
"icon": "$media:img",
"icon": "$media:image",
"label": "$string:MainAbility_label",
"startWindowIcon": "$media:img",
"startWindowIcon": "$media:image",
"startWindowBackground": "$color:white",
"visible": true,
"skills": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册