From fe54e16b82ad0b4c220d13648e45570c3daf3912 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 25 May 2023 02:36:59 +0000 Subject: [PATCH] update docs Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-system-device.md | 1 - 1 file changed, 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-device.md b/zh-cn/application-dev/reference/apis/js-apis-system-device.md index f8d9b44d51..b34729a6ef 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-device.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-device.md @@ -61,7 +61,6 @@ getInfo(options?: GetDeviceOptions): void | screenDensity4+ | number | 屏幕密度。 | | screenShape4+ | string | 屏幕形状。可取值:
- rect:方形屏;
- circle:圆形屏。 | | apiVersion4+ | number | 系统API版本号。 | -| releaseType4+ | string | 版本发布类型,值为类型+版本号,如Beta1。
类型可能值有:
- Canary:同一apiVersion下,canary版本之间保持API兼容,beta版本不对canary版本兼容。
- Beta:同一apiVersion下,beta版本之间保持API兼容,release版本不对beta版本兼容。
- Release:release版本会保持5个API版本兼容。 | | deviceType4+ | string | 设备类型。 | -- GitLab