We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb3a11 commit 6e0a567Copy full SHA for 6e0a567
src/BootstrapBlazor.Server/Components/Samples/Tutorials/Memorial.razor
@@ -7,3 +7,7 @@
7
8
<p class="code-label">2. 设置哀悼模式</p>
9
<Pre>await module.InvokeVoidAsync("SetMemorial", true);</Pre>
10
+
11
+<p class="code-label">3. 全站默认设置追悼模式方法</p>
12
+<p>更新 <code>App.razor</code> 文档内容如下</p>
13
+<Pre><html lang="en" data-bs-theme='dark' data-bb-theme="memorial"></Pre>
0 commit comments