From df98cdac72362bc5eb937f4838d01c4031d968f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9D=92=E9=9D=92?= Date: Thu, 27 Mar 2025 19:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王青青 --- api/@ohos.display.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.display.d.ts b/api/@ohos.display.d.ts index 801e4467ba..db896c2b77 100644 --- a/api/@ohos.display.d.ts +++ b/api/@ohos.display.d.ts @@ -1168,6 +1168,7 @@ declare namespace display { * @enum { number } * @syscap SystemCapability.WindowManager.WindowManager.Core * @crossplatform + * @atomicservice * @since 18 */ enum ScreenShape { @@ -1176,6 +1177,7 @@ declare namespace display { * * @syscap SystemCapability.WindowManager.WindowManager.Core * @crossplatform + * @atomicservice * @since 18 */ RECTANGLE = 0, @@ -1184,6 +1186,7 @@ declare namespace display { * * @syscap SystemCapability.WindowManager.WindowManager.Core * @crossplatform + * @atomicservice * @since 18 */ ROUND = 1 -- Gitee