!14479 卡片】穿戴设备定制尺寸2*3 ,3*3卡片,并过滤非穿戴设备使用此定制尺寸

Merge pull request !14479 from 刘政宏/master
This commit is contained in:
openharmony_ci 2024-11-08 16:24:21 +00:00 committed by Gitee
commit d0d4a37420
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 36 additions and 0 deletions

View File

@ -90,6 +90,24 @@ declare enum FormDimension {
* @since 12
*/
DIMENSION_6_4,
/**
* 2 x 3 cards used for wearable devices
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @systemapi
* @since 14
*/
DIMENSION_2_3 = 8,
/**
* 3 x 3 cards used for wearable devices
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @systemapi
* @since 14
*/
DIMENSION_3_3 = 9,
}
/**

View File

@ -1226,6 +1226,24 @@ declare namespace formInfo {
* @since 12
*/
DIMENSION_6_4,
/**
* 2 x 3 form used for wearable devices
*
* @syscap SystemCapability.Ability.Form
* @atomicservice
* @since 14
*/
DIMENSION_2_3 = 8,
/**
* 3 x 3 form used for wearable devices
*
* @syscap SystemCapability.Ability.Form
* @atomicservice
* @since 14
*/
DIMENSION_3_3 = 9,
}
/**