This commit is contained in:
郭文文 2026-01-29 12:05:53 +08:00
parent 9979c00d14
commit 6b83d0e05d
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ import ParallelogramShape from '@/components/ParallelogramShape'
import ParallelogramGridItem from '@/components/ParallelogramGridItem'
const CATEGORY_ID = process.env.EXPO_PUBLIC_INDEX_GROUP_ID
const ITEM_WIDTH = Math.floor((screenWidth - 24 - 12 * 2) / 3)
const ITEM_WIDTH = Math.floor((screenWidth - 10 * 2) / 3)
const PAGE_SIZE = 12
type MediaItem = {