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" +}