fix:修复早报

This commit is contained in:
Jerry 2025-10-25 10:18:36 +08:00
parent 0947bff85a
commit 30e1f058b1
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -1,3 +1,3 @@
{
"url": "https://60s.crystelf.top"
"url": "https://60s.viki.moe"
}