Limit terminal grid to 3x2

This commit is contained in:
2569718930@qq.com
2026-06-10 15:52:23 +08:00
parent 5a7d302d11
commit f171049f60
4 changed files with 44 additions and 21 deletions
@@ -66,7 +66,7 @@ export function GridLayoutSelector({
setHoveredRows(0);
}}
>
{[1, 2, 3].map((r) =>
{[1, 2].map((r) =>
[1, 2, 3].map((c) => {
const isHighlighted = c <= previewCols && r <= previewRows;
return (