更新 portrait命名

This commit is contained in:
moux1024 2025-10-23 13:41:45 +08:00
parent 4032b642db
commit 67c83ff793
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ export function PortraitAnimeSelector({
isPortrait ? 'bg-white/60 text-black' : 'text-white/80'
} px-1 py-0.5 rounded-md transition-all duration-200`}
>
<span className="text-xs">Portrait</span>
<span className="text-xs">live-action</span>
</button>
{/* Anime split button */}

View File

@ -90,7 +90,7 @@ export function PortraitAnimeSelector({
: 'bg-transparent text-gray-400 hover:text-gray-300'
}`}
>
Portrait
live-action
</button>
{/* Anime dropdown button */}