From b058139e1c657171134e15d04c9252b659c7eb7e Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Fri, 27 Mar 2026 01:50:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e489b7..d455b6a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ import PhotoGrid from "@site/src/components/PhotoGrid"; | `photos` | `string[]` | `[]` | 圖片路徑陣列,相對於 `/static` | | `columns` | `number` | `3` | 桌面版欄數 | | `gap` | `string` | `"12px"` | 圖片間距 | +| `shuffle` | `boolean` | `false` | 每次載入隨機排列順序 | ```mdx