From 70c7edb9f2ea00036523fb30a653a1ce86595ee4 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Sun, 26 Oct 2025 10:08:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(60s):=20=E4=BF=AE=E6=AD=A3=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BC=96=E7=A0=81=E5=8F=82=E6=95=B0=E5=8F=8A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0API=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/60s.js | 2 +- config/60s.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/60s.js b/apps/60s.js index be98d28..28f0980 100644 --- a/apps/60s.js +++ b/apps/60s.js @@ -17,7 +17,7 @@ export default class SixSecond extends plugin { } async six(e) { - const url = `${ConfigControl.get('60s')?.url}/v2/60s?encoding=image-proxy`; + const url = `${ConfigControl.get('60s')?.url}/v2/60s?encoding=image`; return e.reply(segment.image(url), true); } } diff --git a/config/60s.json b/config/60s.json index 27b9ed4..f45d34d 100644 --- a/config/60s.json +++ b/config/60s.json @@ -1,3 +1,3 @@ { - "url": "https://60s.viki.moe" -} \ No newline at end of file + "url": "https://60s.crystelf.top" +}