mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-12-05 15:41:56 +00:00
fix:修复早报
This commit is contained in:
parent
0947bff85a
commit
30e1f058b1
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"url": "https://60s.crystelf.top"
|
||||
"url": "https://60s.viki.moe"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user