From da273da2dba79184390068f7cf15d5e460deb7db Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Fri, 21 Oct 2022 17:57:00 +0800 Subject: [PATCH] fix: add device type of tablet Signed-off-by: liujiandong --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 098f1e0..ccef4de 100755 --- a/config/config.json +++ b/config/config.json @@ -21,7 +21,8 @@ "deviceType": [ "tv", "car", - "default" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true,