From 0c80462bfbab6539484b78b98d9cb69523fef6f6 Mon Sep 17 00:00:00 2001 From: Argo-Cloud Date: Sun, 21 Mar 2021 12:30:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20wasm=20=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/BrowserNotSupported.html | 23 +++++++ .../wwwroot/index.html | 61 +++++++++++++------ 2 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/BrowserNotSupported.html diff --git a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/BrowserNotSupported.html b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/BrowserNotSupported.html new file mode 100644 index 000000000..e69d8d61f --- /dev/null +++ b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/BrowserNotSupported.html @@ -0,0 +1,23 @@ + + + + + Bootstrap Blazor - 企业级 UI 组件库 + + +
您的浏览器不支持 WebAssembly
+ +
+ +
+ Your browser doesn't support WebAssembly +
+ +
+ +
+ For more information on WebAssembly browser support please follow this link. +
+ + + diff --git a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html index be734394a..ab4350efa 100644 --- a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html +++ b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html @@ -58,7 +58,7 @@ - + @@ -67,25 +67,50 @@ -- Gitee