调整轮播图立即播放按钮样式

This commit is contained in:
mtvpls
2025-12-27 21:11:15 +08:00
parent 383ffc92f0
commit cd761d530c
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -39,8 +39,8 @@ importers:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0(@webgpu/[email protected]) version: 1.0.0(@webgpu/[email protected])
artplayer: artplayer:
specifier: ^5.2.5 specifier: ^5.3.0
version: 5.2.5 version: 5.3.0
artplayer-plugin-danmuku: artplayer-plugin-danmuku:
specifier: ^5.2.0 specifier: ^5.2.0
version: 5.2.0 version: 5.2.0
@@ -2057,8 +2057,8 @@ packages:
[email protected]: [email protected]:
resolution: {integrity: sha512-iHHSGEc0J+gl7imX4nmLqqC7LXmv8xeGf2lUevhhyUCoiCRZplecpKQICHjErVb1Yqyp1xCy6Sp8eYN+EpFWFw==} resolution: {integrity: sha512-iHHSGEc0J+gl7imX4nmLqqC7LXmv8xeGf2lUevhhyUCoiCRZplecpKQICHjErVb1Yqyp1xCy6Sp8eYN+EpFWFw==}
artplayer@5.2.5: artplayer@5.3.0:
resolution: {integrity: sha512-Ogym5rvkAJ4VLncM4Apl3TJ/a/ozM3csvY4IKuuMR++hUmEZgj/HaGsNonwx8r56nsqiZYE7O4vS1HFZl+NBSg==} resolution: {integrity: sha512-yExO39MpEg4P+bxgChxx1eJfiUPE4q1QQRLCmqGhlsj+ANuaoEkR8hF93LdI5ZyrAcIbJkuEndxEiUoKobifDw==}
[email protected]: [email protected]:
resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==} resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==}
@@ -7756,7 +7756,7 @@ snapshots:
[email protected]: {} [email protected]: {}
artplayer@5.2.5: artplayer@5.3.0:
dependencies: dependencies:
option-validator: 2.0.6 option-validator: 2.0.6
+1 -1
View File
@@ -246,7 +246,7 @@ export default function BannerCarousel({ autoPlayInterval = 5000 }: BannerCarous
e.stopPropagation(); e.stopPropagation();
handlePlay(currentItem.title); handlePlay(currentItem.title);
}} }}
className="hidden md:flex items-center gap-2 px-6 py-3 bg-blue-600 hover:bg-blue-700 text-white font-semibold rounded-lg transition-colors pointer-events-auto shadow-lg" className="hidden md:flex items-center gap-2 px-6 py-3 bg-gray-500/30 hover:bg-gray-500/50 backdrop-blur-sm text-white font-semibold rounded-lg transition-all pointer-events-auto"
> >
<Play className="w-5 h-5 fill-white" /> <Play className="w-5 h-5 fill-white" />