添加2in1类型

Signed-off-by: fanchenxuan <fanchenxuan@huawei.com>
This commit is contained in:
fanchenxuan 2023-08-07 19:34:37 +08:00
parent 91f9681b0b
commit 4fbbe0931d
3 changed files with 4 additions and 10 deletions

View File

@ -4,8 +4,8 @@
"app": {
"bundleName": "com.ohos.permissionmanager",
"vendor": "example",
"versionCode": 1000020,
"versionName": "1.2.0",
"versionCode": 1000021,
"versionName": "1.2.1",
"icon": "$media:app_icon",
"label": "$string:app_name",
"minAPIVersion": 10,

View File

@ -227,10 +227,6 @@ export default class Constants {
//shape
static SHAPE_DIA = 20;
static SHAPE_BAN_DIA = 18;
static SHAPE_BAN_OFFSET = 1;
static SHAPE_ALLOW_DIA = 10;
static SHAPE_ALLOW_OFFSET = 5;
// utils
static CHAR_CODE = 0;
@ -369,10 +365,7 @@ export default class Constants {
static ROW_HEIGHT = 56
static ROW_PADDING_TOP = 14
static ROW_PADDING_BOTTOM = 14
static DIALOG_MARGIN_BOTTOM = 12
//
static INITIAL_INDEX = 10
static ACCESS_TOKEN = 'ohos.security.accesstoken.tokencallback'
}

View File

@ -9,7 +9,8 @@
"mainElement": "MainAbility",
"deviceTypes": [
"default",
"tablet"
"tablet",
"2in1"
],
"deliveryWithInstall": true,
"installationFree": false,