From aba9eee0c66864b0970a95691cedcb044d049fb3 Mon Sep 17 00:00:00 2001 From: iye <1713042409@qq.com> Date: Fri, 15 May 2026 18:35:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(tos):=20bump=20cache=20version=205=20?= =?UTF-8?q?=E2=86=92=206=20for=20014=20atmosphere=20swap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 14号 gallery atmospheres 1 & 2 swapped + atmosphere 1 recropped to 3:4 to frame the upper body. Same TOS URLs with new content, version bump forces CDN/browsers to refetch. TOS uploads: portraits/014.webp (overwrite, now wide-orchestra cropped to 3:4), portraits/014-2.webp (overwrite, now closeup studio shot). 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 9600fe4..de2e7fe 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 = "5"; +const TOS_VERSION = "6"; export function tosUrl(path: string): string { const clean = path.replace(/^\/+/, "");