Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
4bdc0d95
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看板
未验证
提交
4bdc0d95
编写于
8月 08, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 08, 2022
浏览文件
操作
浏览文件
下载
差异文件
!4836 【包管理子系统】修改配置orientation字段的ability类型为page
Merge pull request !4836 from ry/master
上级
21c05169
fdf541c0
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
7 addition
and
8 deletion
+7
-8
bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/js/test/ExampleJsunit.test.js
...sbundlemanagertest/src/main/js/test/ExampleJsunit.test.js
+4
-4
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json
...dlemanager/sceneProject/bmsscenefive/src/main/config.json
+0
-1
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json
...ndlemanager/sceneProject/bmsscenesix/src/main/config.json
+1
-0
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json
...lemanager/sceneProject/bmsscenethree/src/main/config.json
+1
-2
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json
...ndlemanager/sceneProject/bmsscenetwo/src/main/config.json
+1
-1
未找到文件。
bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/js/test/ExampleJsunit.test.js
浏览文件 @
4bdc0d95
...
...
@@ -1619,15 +1619,15 @@ describe('ActsBundleManagerTest', function () {
if
(
datainfo
.
bundleName
==
NAME4
)
{
expect
(
datainfo
.
name
).
assertEqual
(
"
com.example.myapplication.MainAbility
"
);
expect
(
datainfo
.
type
).
assertEqual
(
demo
.
AbilityType
.
DATA
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
UNSPECIFIED
);
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME4
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
FOLLOW_RECENT
);
queryResultCount
++
;
}
if
(
datainfo
.
bundleName
==
NAME5
)
{
expect
(
datainfo
.
name
).
assertEqual
(
"
com.example.myapplication.MainAbility
"
);
expect
(
datainfo
.
type
).
assertEqual
(
demo
.
AbilityType
.
PAGE
);
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME5
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
UNSPECIFIED
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
FOLLOW_RECENT
);
queryResultCount
++
;
}
}
...
...
@@ -1686,13 +1686,13 @@ describe('ActsBundleManagerTest', function () {
if
(
datainfo
.
bundleName
==
NAME4
)
{
expect
(
datainfo
.
name
).
assertEqual
(
"
com.example.myapplication.MainAbility
"
);
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME4
);
expect
(
datainfo
.
orientation
).
assertEqual
(
3
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
UNSPECIFIED
);
queryResultCount
++
;
}
if
(
datainfo
.
bundleName
==
NAME5
)
{
expect
(
datainfo
.
name
).
assertEqual
(
"
com.example.myapplication.MainAbility
"
);
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME5
);
expect
(
datainfo
.
orientation
).
assertEqual
(
0
);
expect
(
datainfo
.
orientation
).
assertEqual
(
demo
.
DisplayOrientation
.
FOLLOW_RECENT
);
queryResultCount
++
;
}
}
...
...
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json
浏览文件 @
4bdc0d95
...
...
@@ -45,7 +45,6 @@
"isVisible"
:
"true"
,
"launchType"
:
"standard"
,
"language"
:
"C++"
,
"orientation"
:
"followrecent"
,
"uri"
:
"dataability://"
}
],
...
...
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json
浏览文件 @
4bdc0d95
...
...
@@ -44,6 +44,7 @@
"type"
:
"page"
,
"isVisible"
:
"true"
,
"launchType"
:
"standard"
,
"orientation"
:
"followrecent"
,
"language"
:
"C++"
}
],
...
...
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json
浏览文件 @
4bdc0d95
...
...
@@ -40,8 +40,7 @@
"type"
:
"service"
,
"isVisible"
:
"true"
,
"launchType"
:
"singleton"
,
"language"
:
"C++"
,
"orientation"
:
"landscape"
"language"
:
"C++"
}
],
"deviceType"
:
[
...
...
bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json
浏览文件 @
4bdc0d95
...
...
@@ -40,7 +40,7 @@
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:app_name"
,
"type"
:
"
servic
e"
,
"type"
:
"
pag
e"
,
"isVisible"
:
"true"
,
"launchType"
:
"singleton"
,
"language"
:
"C++"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录