From 85717d557d336355f2694a2a88a175d5d51afbbe Mon Sep 17 00:00:00 2001 From: iye <1713042409@qq.com> Date: Fri, 15 May 2026 18:29:07 +0800 Subject: [PATCH] =?UTF-8?q?chore(tos):=20bump=20cache=20version=204=20?= =?UTF-8?q?=E2=86=92=205=20for=20019-3=20image=20recrop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 019 氛围图3 was pre-cropped from 9:16 (1440x2560) to 3:4 (1440x1920) to remove the empty bamboo decoration above the head and frame the upper body. Same URL with new content, so version bump forces CDN + browsers to refetch. TOS upload: portraits/019-3.webp (overwrites). Co-Authored-By: Claude Opus 4.7 --- src/lib/tos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tos.ts b/src/lib/tos.ts index 3ce3701..9600fe4 100644 --- a/src/lib/tos.ts +++ b/src/lib/tos.ts @@ -14,7 +14,7 @@ * 立即看到更新后的内容,不必等 TTL 过期或手动 invalidate。 */ const TOS_BASE = (process.env.NEXT_PUBLIC_TOS_DOMAIN ?? "").replace(/\/+$/, ""); -const TOS_VERSION = "4"; +const TOS_VERSION = "5"; export function tosUrl(path: string): string { const clean = path.replace(/^\/+/, "");