From f4b5c9e1ab832df3231f9fe42e0682aa342b57fe Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Thu, 26 May 2022 08:40:02 +0000
Subject: [PATCH] update
en/application-dev/reference/apis/js-apis-configuration.md. Signed-off-by:
king_he <6384784@qq.com>
---
.../reference/apis/js-apis-configuration.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/en/application-dev/reference/apis/js-apis-configuration.md b/en/application-dev/reference/apis/js-apis-configuration.md
index 50803fb458..0cad135c63 100644
--- a/en/application-dev/reference/apis/js-apis-configuration.md
+++ b/en/application-dev/reference/apis/js-apis-configuration.md
@@ -1,6 +1,6 @@
# Configuration
-> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
+> **NOTE**
> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
@@ -19,10 +19,10 @@ import Configuration from '@ohos.application.Configuration';
**System capability**: SystemCapability.Ability.AbilityBase
- | Name| Type| Readable| Writable| Description|
+| Name| Type | Readable | Writable | Description |
| -------- | -------- | -------- | -------- | -------- |
-| language | string | Yes| Yes| Language of the application.|
-| colorMode | [ColorMode](js-apis-configurationconstant.md) | Yes| Yes| Color mode, which can be **COLOR_MODE_LIGHT** or **COLOR_MODE_DARK**. The default value is **COLOR_MODE_LIGHT**.|
-| direction9+ | Direction | Yes| No| Screen orientation, which can be **DIRECTION_HORIZONTAL** or **DIRECTION_VERTICAL**.|
-| screenDensity9+ | ScreenDensity | Yes| No| Screen resolution, which can be **SCREEN_DENSITY_SDPI** (120), **SCREEN_DENSITY_MDPI** (160), **SCREEN_DENSITY_LDPI** (240), **SCREEN_DENSITY_XLDPI** (320), **SCREEN_DENSITY_XXLDPI** (480), or **SCREEN_DENSITY_XXXLDPI** (640).|
-| displayId9+ | number | Yes| No| ID of the display where the application is located.|
+| language | string | Yes | Yes| Language of the application. |
+| colorMode | [ColorMode](js-apis-configurationconstant.md) | Yes | Yes | Color mode, which can be **COLOR_MODE_LIGHT** or **COLOR_MODE_DARK**. The default value is **COLOR_MODE_LIGHT**.|
+| direction9+ | Direction | Yes| No| Screen orientation, which can be **DIRECTION_HORIZONTAL** or **DIRECTION_VERTICAL**. |
+| screenDensity9+ | ScreenDensity | Yes| No | Screen resolution, which can be **SCREEN_DENSITY_SDPI** (120), **SCREEN_DENSITY_MDPI** (160), **SCREEN_DENSITY_LDPI** (240), **SCREEN_DENSITY_XLDPI** (320), **SCREEN_DENSITY_XXLDPI** (480), or **SCREEN_DENSITY_XXXLDPI** (640). |
+| displayId9+ | number | Yes| No| ID of the display where the application is located. |
--
GitLab