mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
🐛 webp 无法处理大图片,改成 png
*PostID:47621154
This commit is contained in:
@@ -71,7 +71,7 @@ export function getPostCover(item: TGApp.Plugins.Mys.News.Item): string {
|
||||
if (cover === undefined) {
|
||||
cover = defaultCover;
|
||||
} else {
|
||||
cover = `${cover}?x-oss-process=image/format,webp`;
|
||||
cover = `${cover}?x-oss-process=image/format,png`;
|
||||
}
|
||||
return cover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user