未验证 提交 b176018e 编写于 作者: O openharmony_ci 提交者: Gitee

!5218 【包管理子系统】【monthly_0816】新增api覆盖

Merge pull request !5218 from ry/cherry-pick-1661429268
...@@ -51,9 +51,9 @@ const MAX_WINDOW_WIDTH_VALUE = 2560 ...@@ -51,9 +51,9 @@ const MAX_WINDOW_WIDTH_VALUE = 2560
const MIN_WINDOW_WIDTH_VALUE = 1400 const MIN_WINDOW_WIDTH_VALUE = 1400
const MAX_WINDOW_HEIGHT_VALUE = 300 const MAX_WINDOW_HEIGHT_VALUE = 300
const MIN_WINDOW_HEIGHT_VALUE = 200 const MIN_WINDOW_HEIGHT_VALUE = 200
const FULL_SCREEN_WINDOW_MODE = 0 const FULL_SCREEN_WINDOW_MODE = bundle.SupportWindowMode.FULL_SCREEN
const SPLIT_WINDOW_MODE = 1 const SPLIT_WINDOW_MODE = bundle.SupportWindowMode.SPLIT
const FLOATING_WINDOW_MODE = 2 const FLOATING_WINDOW_MODE = bundle.SupportWindowMode.FLOATING
export default function getWindowPorperties() { export default function getWindowPorperties() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册