From 8d8451baa385b6c8a7be1696431495dbeefc7f51 Mon Sep 17 00:00:00 2001 From: iye <1713042409@qq.com> Date: Fri, 15 May 2026 18:40:11 +0800 Subject: [PATCH] =?UTF-8?q?chore(tos):=20bump=20cache=20version=206=20?= =?UTF-8?q?=E2=86=92=207=20for=20014-2=20recrop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The closeup studio cello shot (now atmosphere 2 after the swap) had too much empty ceiling above the head. Recropped from 1440x2560 to 1440x1920 (3:4) with top offset 450px so the head sits near the top of the frame and the full upper body is visible. TOS upload: portraits/014-2.webp (overwrite). 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 de2e7fe..0943a61 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 = "6"; +const TOS_VERSION = "7"; export function tosUrl(path: string): string { const clean = path.replace(/^\/+/, "");