From f60540567143ea2d31ec9fd63af313c62d24e6c3 Mon Sep 17 00:00:00 2001 From: taohebin Date: Mon, 13 May 2024 11:02:19 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=20getDeviceInfo=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=8B=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-device-info/get-device-info.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/API/get-device-info/get-device-info.test.js b/pages/API/get-device-info/get-device-info.test.js index d0027337..af3a92eb 100644 --- a/pages/API/get-device-info/get-device-info.test.js +++ b/pages/API/get-device-info/get-device-info.test.js @@ -6,7 +6,8 @@ describe('ExtApi-GetDeviceInfo', () => { let res; const stringProperties = [ 'brand', 'deviceBrand', 'deviceId', 'model', 'deviceModel', - 'deviceType', 'devicePixelRatio', 'system', 'platform', 'uniRuntimeVersion', + 'deviceType', 'devicePixelRatio', 'system', 'platform', 'uniRuntimeVersion', + 'osName', 'osVersion', 'osLanguage', 'osTheme', 'romName', 'romVersion' ] beforeAll(async () => { page = await program.reLaunch(PAGE_PATH) -- GitLab