Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
9c1c3fbb
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
9c1c3fbb
编写于
4月 25, 2023
作者:
O
openharmony_ci
提交者:
Gitee
4月 25, 2023
浏览文件
操作
浏览文件
下载
差异文件
!8533 修复某些横屏状态下validator的experience模块界面显示不全的问题
Merge pull request !8533 from 田文哲/OpenHarmony-3.2-Release
上级
9c3f20bf
f735124c
变更
18
显示空白变更内容
内联
并排
Showing
18 changed file
with
1118 addition
and
1082 deletion
+1118
-1082
validator/acts_validator/src/main/ets/pages/Experience/CameraColdStartTest.ets
...tor/src/main/ets/pages/Experience/CameraColdStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/ContactsColdStartTest.ets
...r/src/main/ets/pages/Experience/ContactsColdStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/ContactsHotStartTest.ets
...or/src/main/ets/pages/Experience/ContactsHotStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/DeskFps.ets
.../acts_validator/src/main/ets/pages/Experience/DeskFps.ets
+72
-70
validator/acts_validator/src/main/ets/pages/Experience/KeyboardDisplayTest.ets
...tor/src/main/ets/pages/Experience/KeyboardDisplayTest.ets
+59
-57
validator/acts_validator/src/main/ets/pages/Experience/KeyboardInputTest.ets
...dator/src/main/ets/pages/Experience/KeyboardInputTest.ets
+59
-57
validator/acts_validator/src/main/ets/pages/Experience/MmsColdStartTest.ets
...idator/src/main/ets/pages/Experience/MmsColdStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/MmsHotStartTest.ets
...lidator/src/main/ets/pages/Experience/MmsHotStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/PhotoFps.ets
...acts_validator/src/main/ets/pages/Experience/PhotoFps.ets
+75
-73
validator/acts_validator/src/main/ets/pages/Experience/PhotosColdStartTest.ets
...tor/src/main/ets/pages/Experience/PhotosColdStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/PhotosHotStartTest.ets
...ator/src/main/ets/pages/Experience/PhotosHotStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/ScrollPhotosList.ets
...idator/src/main/ets/pages/Experience/ScrollPhotosList.ets
+59
-57
validator/acts_validator/src/main/ets/pages/Experience/SettingsColdStartTest.ets
...r/src/main/ets/pages/Experience/SettingsColdStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/SettingsHotStartTest.ets
...or/src/main/ets/pages/Experience/SettingsHotStartTest.ets
+63
-61
validator/acts_validator/src/main/ets/pages/Experience/StartBackgroundTask.ets
...tor/src/main/ets/pages/Experience/StartBackgroundTask.ets
+56
-54
validator/acts_validator/src/main/ets/pages/Experience/StartNotification.ets
...dator/src/main/ets/pages/Experience/StartNotification.ets
+56
-54
validator/acts_validator/src/main/ets/pages/Experience/StartTaskManager.ets
...idator/src/main/ets/pages/Experience/StartTaskManager.ets
+56
-54
validator/acts_validator/src/main/ets/pages/Experience/ViewPhotoTest.ets
...validator/src/main/ets/pages/Experience/ViewPhotoTest.ets
+59
-57
未找到文件。
validator/acts_validator/src/main/ets/pages/Experience/CameraColdStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/ContactsColdStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/ContactsHotStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/DeskFps.ets
浏览文件 @
9c1c3fbb
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State Fps: string = '0';
@State Fps: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -115,7 +117,7 @@ struct CustomContainerUser {
...
@@ -115,7 +117,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/KeyboardDisplayTest.ets
浏览文件 @
9c1c3fbb
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/KeyboardInputTest.ets
浏览文件 @
9c1c3fbb
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/MmsColdStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/MmsHotStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/PhotoFps.ets
浏览文件 @
9c1c3fbb
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State Fps: string = '0';
@State Fps: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -116,7 +118,7 @@ struct CustomContainerUser {
...
@@ -116,7 +118,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/PhotosColdStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/PhotosHotStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/ScrollPhotosList.ets
浏览文件 @
9c1c3fbb
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/SettingsColdStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/SettingsHotStartTest.ets
浏览文件 @
9c1c3fbb
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
...
@@ -35,6 +35,7 @@ struct CustomContainerUser {
@State mmsNum: number = 0;
@State mmsNum: number = 0;
@State cameraNum: number = 0;
@State cameraNum: number = 0;
@State contactsNum: number = 0;
@State contactsNum: number = 0;
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
...
@@ -43,6 +44,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' )
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
...
@@ -110,7 +112,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/StartBackgroundTask.ets
浏览文件 @
9c1c3fbb
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/StartNotification.ets
浏览文件 @
9c1c3fbb
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/StartTaskManager.ets
浏览文件 @
9c1c3fbb
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
...
@@ -31,6 +31,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
...
@@ -39,6 +40,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
...
@@ -99,7 +101,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
validator/acts_validator/src/main/ets/pages/Experience/ViewPhotoTest.ets
浏览文件 @
9c1c3fbb
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
...
@@ -29,6 +29,7 @@ struct CustomContainerUser {
@State Vue: boolean = false;
@State Vue: boolean = false;
@State StartEnable: boolean = true;
@State StartEnable: boolean = true;
@State time: string = '0';
@State time: string = '0';
scroller: Scroller = new Scroller();
async aboutToAppear(){
async aboutToAppear(){
await FirstDialog.ChooseDialog(this.StepTips,this.name);
await FirstDialog.ChooseDialog(this.StepTips,this.name);
this.Vue = false;
this.Vue = false;
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
...
@@ -37,6 +38,7 @@ struct CustomContainerUser {
@Builder specificNoParam() {
@Builder specificNoParam() {
Column() {
Column() {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Flex({direction:FlexDirection.Column,alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceBetween }) {
Scroll(this.scroller) {
Column(){
Column(){
Row(){
Row(){
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
Text(`根据以下操作步骤完成测试`+ '\n' + '\n' + '\n' + '\n'+ '\n' + '\n' + '\n' + '\n')
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
...
@@ -100,7 +102,7 @@ struct CustomContainerUser {
.fontColor(Color.White).fontSize('24fp')
.fontColor(Color.White).fontSize('24fp')
}
}
}
}
}
}
}
}.width('100%').height('80%').backgroundColor(Color.Black)
}.width('100%').height('80%').backgroundColor(Color.Black)
.justifyContent(FlexAlign.SpaceEvenly)
.justifyContent(FlexAlign.SpaceEvenly)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录