From 7530c7bc47bcfeb5038f63ef7b6f3f6a808b5c7c Mon Sep 17 00:00:00 2001 From: KrrI Date: Mon, 10 Feb 2025 14:48:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E7=A7=BB=E9=99=A4tv=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E8=A1=A5=E5=85=85phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: KrrI --- library/src/main/module.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/module.json5 b/library/src/main/module.json5 index eb867b4..43b12c8 100644 --- a/library/src/main/module.json5 +++ b/library/src/main/module.json5 @@ -4,9 +4,9 @@ "type": "har", "deviceTypes": [ "default", + "phone", "tablet", "2in1", - "tv", "wearable", "car" ] -- Gitee