Skip to content

Commit 6e0a567

Browse files
committed
doc: 更新文档
1 parent dbb3a11 commit 6e0a567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tutorials/Memorial.razor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77

88
<p class="code-label">2. 设置哀悼模式</p>
99
<Pre>await module.InvokeVoidAsync("SetMemorial", true);</Pre>
10+
11+
<p class="code-label">3. 全站默认设置追悼模式方法</p>
12+
<p>更新 <code>App.razor</code> 文档内容如下</p>
13+
<Pre>&lt;html lang="en" data-bs-theme='dark' data-bb-theme="memorial"&gt;</Pre>

0 commit comments

Comments
 (0)