From 519bfc4d40baeafc5134ea478e1bb88adca0468d Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 24 May 2025 20:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E7=95=AA=E8=8C=84=E5=B0=8F=E8=AF=B4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/fanqie.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fanqie.js b/apps/fanqie.js index 3d55b68..614870c 100644 --- a/apps/fanqie.js +++ b/apps/fanqie.js @@ -166,8 +166,8 @@ export default class xzq extends plugin { if (!e.isMaster) { const allowGroup = e.isGroup ? await redis.get(`fqxzq:g:${e.group_id}`) : null; const allowUser = await redis.get(`fqxzq:u:${e.user_id}`); - return e.reply(`暂未开放下载功能,请等待功能更新..`, true); - //if (!allowGroup && !allowUser) return false; + //return e.reply(`暂未开放下载功能,请等待功能更新..`, true); + if (!allowGroup && !allowUser) return false; } e.reply('开始下载,请稍等', true);