mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-12-05 15:41:56 +00:00
fix(60s): 修正图片编码参数及更新API地址
This commit is contained in:
parent
582b4450fb
commit
70c7edb9f2
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"url": "https://60s.viki.moe"
|
||||
}
|
||||
"url": "https://60s.crystelf.top"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user