Merge pull request #76 from rainbowwarmth/patch-2

攻略图片压缩
This commit is contained in:
bietiaop 2024-10-10 11:50:30 +08:00 committed by GitHub
commit 874e5d851c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,6 +153,7 @@ export class Guide extends ZZZPlugin {
}
});
url = val.image_list[max].url;
url += '?x-oss-process=image/resize,s_1200/quality,q_90/auto-orient,0/interlace,1/format,jpg';
// created_at = val.post.created_at;
// updated_at = val.post.updated_at;
break;