提交 953398a0 编写于 作者: L liukaii

adding blank lines before and after the table in markdown.

Signed-off-by: Nliukaii <liukai240@huawei.com>
上级 0a25b964
...@@ -40,6 +40,7 @@ setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void ...@@ -40,6 +40,7 @@ setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void
**系统能力:** SystemCapability.ArkUI.UiAppearance **系统能力:** SystemCapability.ArkUI.UiAppearance
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -- | -- | -- | -- | | -- | -- | -- | -- |
| mode | [DarkMode](#darkmode) | 是 | 指定系统的深色模式配置 | | mode | [DarkMode](#darkmode) | 是 | 指定系统的深色模式配置 |
...@@ -64,6 +65,7 @@ setDarkMode(mode: DarkMode): Promise\<void>; ...@@ -64,6 +65,7 @@ setDarkMode(mode: DarkMode): Promise\<void>;
**系统能力:** SystemCapability.ArkUI.UiAppearance **系统能力:** SystemCapability.ArkUI.UiAppearance
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -- | -- | -- | -- | | -- | -- | -- | -- |
| mode | [DarkMode](#darkmode) | 是 | 指定系统深色模式配置 | | mode | [DarkMode](#darkmode) | 是 | 指定系统深色模式配置 |
...@@ -95,6 +97,7 @@ getDarkMode(): DarkMode; ...@@ -95,6 +97,7 @@ getDarkMode(): DarkMode;
**系统能力:** SystemCapability.ArkUI.UiAppearance **系统能力:** SystemCapability.ArkUI.UiAppearance
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
| -- | -- | | -- | -- |
|[DarkMode](#darkmode) | 系统当前的深色模式配置 | |[DarkMode](#darkmode) | 系统当前的深色模式配置 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册