From ef6a69739bc83c2ca69fa3cf3e28a19dc0fc4ced Mon Sep 17 00:00:00 2001 From: RainBow <94736026+rainbowwarmth@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:47:20 +0800 Subject: [PATCH] Update guide.js --- apps/guide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/guide.js b/apps/guide.js index 04abbe7..82fdd1c 100644 --- a/apps/guide.js +++ b/apps/guide.js @@ -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;