From 3e566d353ba3633daeeb8dee41a70e2697b78da5 Mon Sep 17 00:00:00 2001 From: hexagon1337 Date: Wed, 19 Feb 2025 17:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=A4=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hexagon1337 --- library/src/main/module.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/src/main/module.json5 b/library/src/main/module.json5 index 0204bcb..81202ce 100644 --- a/library/src/main/module.json5 +++ b/library/src/main/module.json5 @@ -4,7 +4,10 @@ "type": "har", "deviceTypes": [ "default", - "tablet" + "tablet", + "phone", + "2in1", + "car" ] } } \ No newline at end of file -- Gitee