fix(60s): 修正图片编码参数及更新API地址

This commit is contained in:
Jerry 2025-10-26 10:08:02 +08:00
parent 582b4450fb
commit 70c7edb9f2
2 changed files with 3 additions and 3 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-proxy`;
const url = `${ConfigControl.get('60s')?.url}/v2/60s?encoding=image`;
return e.reply(segment.image(url), true);
}
}

View File

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