From 9defcb596b4ae49abb154290438d5c0d03d4c563 Mon Sep 17 00:00:00 2001 From: xiaomai Date: Sat, 1 Nov 2025 20:31:06 +0800 Subject: [PATCH] feat(photowall): add dynamic photo wall for 20251116 event This commit introduces a dynamic photo wall for the 2025-11-16 event. It features a 3D page-turning carousel built with Vue 3 and Tailwind CSS. The page includes an auto-playing background video, manual and automatic slideshow controls, and is responsive for mobile devices. 25 initial photos have been added to the gallery. --- 20251012/永平赵子龙庙 | 0 20251116/index.html | 11 ++ 20251116/photowall/index.html | 275 ++++++++++++++++++++++++++++++++++ 20251116/永平潮州会馆 | 0 4 files changed, 286 insertions(+) create mode 100644 20251012/永平赵子龙庙 create mode 100644 20251116/index.html create mode 100644 20251116/photowall/index.html create mode 100644 20251116/永平潮州会馆 diff --git a/20251012/永平赵子龙庙 b/20251012/永平赵子龙庙 new file mode 100644 index 0000000..e69de29 diff --git a/20251116/index.html b/20251116/index.html new file mode 100644 index 0000000..1a44599 --- /dev/null +++ b/20251116/index.html @@ -0,0 +1,11 @@ + + + + + + 永平潮州会馆 + + + + + \ No newline at end of file diff --git a/20251116/photowall/index.html b/20251116/photowall/index.html new file mode 100644 index 0000000..c7dfa13 --- /dev/null +++ b/20251116/photowall/index.html @@ -0,0 +1,275 @@ + + + + + + + + 动态翻页轮播图 + + + +
+ + + +
+ + + + diff --git a/20251116/永平潮州会馆 b/20251116/永平潮州会馆 new file mode 100644 index 0000000..e69de29