From 5a56db1f4a731ae5b3d6abe978dcd00459b4b665 Mon Sep 17 00:00:00 2001 From: zhiyu <542716863@qq.com> Date: Fri, 10 May 2024 23:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8DLagrang?= =?UTF-8?q?e=E6=98=AF=E9=BB=98=E8=AE=A4=E8=A7=86=E9=A2=91=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index c8b0724..dcd5c48 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1701,7 +1701,7 @@ export class tools extends plugin { // 如果第一次使用没有值就设置 if (!(await redis.exists(REDIS_YUNZAI_LAGRANGE))) { await redis.set( - REDIS_YUNZAI_ISOVERSEA, + REDIS_YUNZAI_LAGRANGE, JSON.stringify({ driver: false, }),