diff --git a/app/page.tsx b/app/page.tsx index 410caaa..5381be5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1189,7 +1189,6 @@ function StyleModal({
{list.map(({ name, i }) => { const isCustom = name === "自定义风格"; - const isAuto = name === "自动"; const thumb = STYLE_THUMB[name]; return (