From a9af306465fe329117b7ca3e988566820c827f9d Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 12 Jun 2025 12:49:41 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8E=89=E8=AF=AF=E6=8F=90=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuwei Change-Id: Ie186f0ed9c4ab7c57233c32416d33f8bb4bec4d2 --- api/@ohos.display.d.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/api/@ohos.display.d.ts b/api/@ohos.display.d.ts index 82d855e2ef..77663ac53e 100644 --- a/api/@ohos.display.d.ts +++ b/api/@ohos.display.d.ts @@ -1000,16 +1000,7 @@ declare namespace display { * @enum { number } * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since 12 - */ - /** - * Enumerates the fold display mode. - * - * @enum { number } - * @syscap SystemCapability.Window.SessionManager - * @crossplatform - * @atomicservice - * @since arkts {'1.1':'20', '1.2':'20'} + * @since arkts {'1.1':'12', '1.2':'20'} * @arkts 1.1&1.2 */ export enum FoldDisplayMode { -- Gitee