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