From 358e9c0004fd1f28a25d260b352e8deab7395943 Mon Sep 17 00:00:00 2001 From: "lhcwest@163.com" Date: Thu, 16 Nov 2023 11:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E5=90=88?= =?UTF-8?q?=E9=9B=86UI=E9=A1=B5=E9=9D=A2=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lhcwest@163.com --- .../entry/src/main/ets/pages/Index.ets | 1 + .../resources/zh_CN/element/strarray.json | 36 ------------------- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/ets/pages/Index.ets b/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/ets/pages/Index.ets index b5a6ab48..d0fab3dd 100644 --- a/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/ets/pages/Index.ets +++ b/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/ets/pages/Index.ets @@ -54,6 +54,7 @@ struct Index { .fontSize(26) .fontWeight(FontWeight.Medium) .padding({left: 16}) + .margin({bottom: 10}) } .width('100%') .height('100%') diff --git a/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/resources/zh_CN/element/strarray.json b/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/resources/zh_CN/element/strarray.json index 2de83886..9700af98 100644 --- a/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/resources/zh_CN/element/strarray.json +++ b/HarmonyOS_NEXT/DeviceManagement/DeviceManagementCollection/entry/src/main/resources/zh_CN/element/strarray.json @@ -6,12 +6,6 @@ { "value": "电量信息" }, - { - "value": "充电类型" - }, - { - "value": "设备信息" - }, { "value": "RunningLock锁" }, @@ -29,36 +23,6 @@ }, { "value": "USB管理" - }, - { - "value": "组合按键" - }, - { - "value": "输入设备" - }, - { - "value": "输入事件" - }, - { - "value": "按键注入" - }, - { - "value": "输入监听" - }, - { - "value": "键值" - }, - { - "value": "按键输入事件" - }, - { - "value": "鼠标输入事件" - }, - { - "value": "鼠标指针" - }, - { - "value": "触摸输入事件" } ] } -- Gitee