From 95cf50e4f01827cd072793c42bab2d6d984ca54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱@example.com> Date: Wed, 16 Jul 2025 23:22:53 +0800 Subject: [PATCH] feat(ui): add floating menu for video selection Implement floating button that toggles a menu with video options Add styling for floating elements and handle click interactions Update video switching logic to prevent unintended transitions --- index.html | 12 +++++++++ script.js | 49 +++++++++++++++++++++++++++++++++++++ style.css | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) diff --git a/index.html b/index.html index 8aa9b91..1d7be9f 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,18 @@

+ +
+ +
+ + + +