提交 aa7237a5 编写于 作者: I inter515

新增api覆盖

Signed-off-by: Ninter515 <ry.renyi@huawei.com>
上级 3396fe61
......@@ -51,9 +51,9 @@ const MAX_WINDOW_WIDTH_VALUE = 2560
const MIN_WINDOW_WIDTH_VALUE = 1400
const MAX_WINDOW_HEIGHT_VALUE = 300
const MIN_WINDOW_HEIGHT_VALUE = 200
const FULL_SCREEN_WINDOW_MODE = 0
const SPLIT_WINDOW_MODE = 1
const FLOATING_WINDOW_MODE = 2
const FULL_SCREEN_WINDOW_MODE = bundle.SupportWindowMode.FULL_SCREEN
const SPLIT_WINDOW_MODE = bundle.SupportWindowMode.SPLIT
const FLOATING_WINDOW_MODE = bundle.SupportWindowMode.FLOATING
export default function getWindowPorperties() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册