From 816e906fea15a4871c0ecac56446e49097a4fffc Mon Sep 17 00:00:00 2001 From: sunjie Date: Fri, 27 Jun 2025 09:29:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=E8=AE=BE=E8=AE=A1arkts=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E4=B8=8D=E4=B8=80=E8=87=B4=20Signed-off-by:?= =?UTF-8?q?=20sunjie=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/global/rawFileDescriptor.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/global/rawFileDescriptor.d.ts b/api/global/rawFileDescriptor.d.ts index 76d4c8959d..8a85921c4f 100644 --- a/api/global/rawFileDescriptor.d.ts +++ b/api/global/rawFileDescriptor.d.ts @@ -16,7 +16,6 @@ /** * @file * @kit LocalizationKit - * @arkts 1.1&1.2 */ /** @@ -42,6 +41,7 @@ * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ export interface RawFileDescriptor { /** @@ -65,6 +65,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ fd: number; @@ -89,6 +90,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ offset: number; @@ -113,6 +115,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ length: number; } \ No newline at end of file -- Gitee