From b1f7c68275569f396769841fa166ebee20195dbe Mon Sep 17 00:00:00 2001 From: caiminggang Date: Sun, 19 Jun 2022 14:49:35 +0800 Subject: [PATCH] add Enterprise Admin extention type Signed-off-by: caiminggang --- modulecheck/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index f16034eb..ab911771 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -627,7 +627,8 @@ "staticSubscriber", "wallpaper", "backup", - "window" + "window", + "enterpriseAdmin" ] }, "permissions": { -- Gitee