From b57e36571dbc1996f0406f8900a328788860dbb2 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Sun, 7 Jun 2026 13:28:45 +0800 Subject: [PATCH] fix(web): bump thumbV to v5 to avoid stale thumbnail cache Co-Authored-By: Claude Opus 4.6 --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index a271bd6..5d44036 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -868,7 +868,7 @@ function StyleModal({ const [parsing, setParsing] = useState(false); const [parseError, setParseError] = useState(null); const fileInputRef = useRef(null); - const thumbV = "v1"; + const thumbV = "v5"; const STYLE_THUMB: Record = { "自动": `/home/styles/auto.webp?${thumbV}`, "自定义风格": `/home/styles/custom.webp?${thumbV}`,