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}`,