Merge pull request #61 from zonghaoyuan/chore/style-thumb-kyoani-shinkai

chore(home): swap Kyoto Animation and Shinkai style thumbnails
This commit is contained in:
Zonghao Yuan
2026-06-10 00:13:00 +08:00
committed by GitHub
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -870,7 +870,7 @@ function StyleModal({
const [parsing, setParsing] = useState(false);
const [parseError, setParseError] = useState<string | null>(null);
const fileInputRef = useRef<HTMLInputElement>(null);
const thumbV = "v5";
const thumbV = "v6";
const STYLE_THUMB: Record<string, string> = {
"自动": `/home/styles/auto.webp?${thumbV}`,
"自定义风格": `/home/styles/custom.webp?${thumbV}`,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 41 KiB