From 30e1f058b156b5812919836144ddc7da3f750701 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Sat, 25 Oct 2025 10:18:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=97=A9=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/60s.js | 2 +- config/60s.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/60s.js b/apps/60s.js index c1114d2..be98d28 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&force-update=true`; + const url = `${ConfigControl.get('60s')?.url}/v2/60s?encoding=image-proxy`; return e.reply(segment.image(url), true); } } diff --git a/config/60s.json b/config/60s.json index f097cb0..27b9ed4 100644 --- a/config/60s.json +++ b/config/60s.json @@ -1,3 +1,3 @@ { - "url": "https://60s.crystelf.top" + "url": "https://60s.viki.moe" } \ No newline at end of file