From b748069e45a223bc1e1761d776fd984f2912c501 Mon Sep 17 00:00:00 2001 From: Angus Date: Wed, 12 Feb 2025 14:49:06 +0800 Subject: [PATCH] add vpn to extensions type list Signed-off-by: Angus --- modulecheck/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index c903e871..8f4a61e6 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -1020,7 +1020,8 @@ "recentPhoto", "callerInfoQuery", "assetAcceleration", - "formEdit" + "formEdit", + "vpn" ] }, "permissions": { -- Gitee