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