From d46fd461eb698f90513900ff030cd18f49bc6859 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 25 Apr 2025 16:31:32 +0800 Subject: [PATCH 1/4] chore: bump version 9.0.1 --- .../BootstrapBlazor.Player/BootstrapBlazor.Player.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.Player/BootstrapBlazor.Player.csproj b/src/components/BootstrapBlazor.Player/BootstrapBlazor.Player.csproj index a210a3ea..21d9f858 100644 --- a/src/components/BootstrapBlazor.Player/BootstrapBlazor.Player.csproj +++ b/src/components/BootstrapBlazor.Player/BootstrapBlazor.Player.csproj @@ -1,7 +1,7 @@ - 9.0.0 + 9.0.1 From 9f9a22410689c43c663fad2b48ebc0391bbaaecd Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 25 Apr 2025 16:31:50 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20OnEvent=20?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BootstrapBlazor.Player/Player.razor | 4 +-- .../BootstrapBlazor.Player/Player.razor.cs | 26 ++++++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/src/components/BootstrapBlazor.Player/Player.razor b/src/components/BootstrapBlazor.Player/Player.razor index a9fa98bd..3bf8776d 100644 --- a/src/components/BootstrapBlazor.Player/Player.razor +++ b/src/components/BootstrapBlazor.Player/Player.razor @@ -4,10 +4,10 @@ @if (Mode == PlayerMode.Audio) { -