From 5a7102c8188711dcc30507aefc0f3e3ffd832cab Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 6 Mar 2025 17:27:22 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=20jQuery=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Components/Samples/Editors.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Server/Components/Samples/Editors.razor b/src/BootstrapBlazor.Server/Components/Samples/Editors.razor index 37e6cc19f92..b296e9a3330 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/Editors.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/Editors.razor @@ -9,7 +9,7 @@

@((MarkupString)Localizer["EditorsTips"].Value)

-
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script>
+
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js"></script>
builder.Services.Configure<HubOptions>(option => option.MaximumReceiveMessageSize = null);