Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
6d59bd73
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
6d59bd73
编写于
10月 17, 2022
作者:
O
openharmony_ci
提交者:
Gitee
10月 17, 2022
浏览文件
操作
浏览文件
下载
差异文件
!10709 修复LocalStorage源文件修改路径导致链接不到问题
Merge pull request !10709 from leafly2021/0415_master
上级
07bae678
151dd857
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
18 addition
and
30 deletion
+18
-30
zh-cn/application-dev/reference/apis/js-apis-window.md
zh-cn/application-dev/reference/apis/js-apis-window.md
+18
-30
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-window.md
浏览文件 @
6d59bd73
...
...
@@ -66,12 +66,12 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称
| 值 | 说明
|
|
----------------------------------|-----|
----------------- |
| TYPE_SYSTEM | 0
| 表示系统默认区域。
|
| TYPE_CUTOUT | 1
| 表示刘海屏区域。
|
| TYPE_SYSTEM_GESTURE
<sup>
9+
</sup>
| 2
| 表示手势区域。
|
| TYPE_KEYBOARD
<sup>
9+
</sup>
| 3
| 表示软键盘区域。
|
| 名称
| 值 | 说明
|
|
-------------------------------- | ---- | -------------------------------------------
----------------- |
| TYPE_SYSTEM | 0
| 表示系统默认区域。一般包括状态栏、导航栏和Dock栏,各设备系统定义可能不同。
|
| TYPE_CUTOUT | 1
| 表示刘海屏区域。
|
| TYPE_SYSTEM_GESTURE
<sup>
9+
</sup>
| 2
| 表示手势区域。
|
| TYPE_KEYBOARD
<sup>
9+
</sup>
| 3
| 表示软键盘区域。
|
## WindowMode<sup>7+</sup>
...
...
@@ -108,14 +108,14 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------------------------------------- | -------- | ---- | ---- | ------------------------------------------------------------ |
| statusBarColor | string | 否 | 是 |
状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF
00`
。 |
| isStatusBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 |
状态栏图标是否为高亮状态。true表示高亮;false表示不高亮
。 |
| statusBarContentColor
<sup>
8+
</sup>
| string | 否 | 是 |
状态栏文字颜色。
|
| navigationBarColor | string | 否 | 是 |
导航栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF00`
。
|
| isNavigationBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 |
导航栏图标是否为高亮状态。true表示高亮;false表示不高亮
。 |
| navigationBarContentColor
<sup>
8+
</sup>
| string | 否 | 是 |
导航栏文字颜色。
|
| 名称 | 参数类型 | 可读 | 可写 |
必填 |
说明 |
| -------------------------------------- | -------- | ---- | ---- | ----
| ----
-------------------------------------------------------- |
| statusBarColor | string | 否 | 是 |
否 | 状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF00`
。默认值:
`#0x660000
00`
。 |
| isStatusBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 |
否 | 状态栏图标是否为高亮状态。true表示高亮;false表示不高亮。默认值:false
。 |
| statusBarContentColor
<sup>
8+
</sup>
| string | 否 | 是 |
否 | 状态栏文字颜色。当设置此属性后,
`isStatusBarLightIcon`
属性设置无效。默认值:
`0xE5FFFFFF。`
|
| navigationBarColor | string | 否 | 是 |
否 | 导航栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF00`
。默认值:
`#0x66000000。`
|
| isNavigationBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 |
否 | 导航栏图标是否为高亮状态。true表示高亮;false表示不高亮。默认值:false
。 |
| navigationBarContentColor
<sup>
8+
</sup>
| string | 否 | 是 |
否 | 导航栏文字颜色。当设置此属性后,
`isNavigationBarLightIcon`
属性设置无效。默认值:
`#0xE5FFFFFF。`
|
## Orientation<sup>9+</sup>
...
...
@@ -2082,9 +2082,6 @@ setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback:
let
SystemBarProperties
=
{
statusBarColor
:
'
#ff00ff
'
,
navigationBarColor
:
'
#00ff00
'
,
//以下两个属性从API Version7开始支持
isStatusBarLightIcon
:
true
,
isNavigationBarLightIcon
:
false
,
//以下两个属性从API Version8开始支持
statusBarContentColor
:
'
#ffffff
'
,
navigationBarContentColor
:
'
#00ffff
'
...
...
@@ -2137,9 +2134,6 @@ setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise&
let
SystemBarProperties
=
{
statusBarColor
:
'
#ff00ff
'
,
navigationBarColor
:
'
#00ff00
'
,
//以下两个属性从API Version7开始支持
isStatusBarLightIcon
:
true
,
isNavigationBarLightIcon
:
false
,
//以下两个属性从API Version8开始支持
statusBarContentColor
:
'
#ffffff
'
,
navigationBarContentColor
:
'
#00ffff
'
...
...
@@ -2339,7 +2333,7 @@ loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------------- | ---- | ------------------------------------------------------------ |
| path | string | 是 | 设置加载页面的路径。 |
| storage |
[
LocalStorage
](
../../
ui/ui-ts-local-storage.md
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| storage |
[
LocalStorage
](
../../
quick-start/arkts-state-mgmt-application-level.md#localstorage
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| callback | AsyncCallback
<
void
>
| 是 | 回调函数。 |
**错误码:**
...
...
@@ -2390,7 +2384,7 @@ loadContent(path: string, storage: LocalStorage): Promise<void>
| 参数名 | 类型 | 必填 | 说明 |
| ------- | ----------------------------------------------- | ---- | ------------------------------------------------------------ |
| path | string | 是 | 设置加载页面的路径。 |
| storage |
[
LocalStorage
](
../../
ui/ui-ts-local-storage.md
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| storage |
[
LocalStorage
](
../../
quick-start/arkts-state-mgmt-application-level.md#localstorage
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
**返回值:**
...
...
@@ -4878,9 +4872,6 @@ setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: Async
let
SystemBarProperties
=
{
statusBarColor
:
'
#ff00ff
'
,
navigationBarColor
:
'
#00ff00
'
,
//以下两个属性从API Version7开始支持
isStatusBarLightIcon
:
true
,
isNavigationBarLightIcon
:
false
,
//以下两个属性从API Version8开始支持
statusBarContentColor
:
'
#ffffff
'
,
navigationBarContentColor
:
'
#00ffff
'
...
...
@@ -4924,9 +4915,6 @@ setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<voi
let
SystemBarProperties
=
{
statusBarColor
:
'
#ff00ff
'
,
navigationBarColor
:
'
#00ff00
'
,
//以下两个属性从API Version7开始支持
isStatusBarLightIcon
:
true
,
isNavigationBarLightIcon
:
false
,
//以下两个属性从API Version8开始支持
statusBarContentColor
:
'
#ffffff
'
,
navigationBarContentColor
:
'
#00ffff
'
...
...
@@ -6197,7 +6185,7 @@ loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------------- | ---- | ------------------------------------------------------------ |
| path | string | 是 | 设置加载页面的路径。 |
| storage |
[
LocalStorage
](
../../
ui/ui-ts-local-storage.md
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| storage |
[
LocalStorage
](
../../
quick-start/arkts-state-mgmt-application-level.md#localstorage
)
| 是 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| callback | AsyncCallback
<
void
>
| 是 | 回调函数。 |
**错误码:**
...
...
@@ -6249,7 +6237,7 @@ loadContent(path: string, storage?: LocalStorage): Promise<void>
| 参数名 | 类型 | 必填 | 说明 |
| ------- | ----------------------------------------------- | ---- | ------------------------------------------------------------ |
| path | string | 是 | 设置加载页面的路径。 |
| storage |
[
LocalStorage
](
../../
ui/ui-ts-local-storage.md
)
| 否 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
| storage |
[
LocalStorage
](
../../
quick-start/arkts-state-mgmt-application-level.md#localstorage
)
| 否 | 存储单元,为应用程序范围内的可变状态属性和非可变状态属性提供存储。 |
**返回值:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录