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.
This commit is contained in:
xiaomai
2025-11-01 20:31:06 +08:00
parent d0442ea75f
commit 9defcb596b
4 changed files with 286 additions and 0 deletions

11
20251116/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>永平潮州会馆</title>
</head>
<body>
</body>
</html>