Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Motronic 主题可选建议添加
&lt;link rel="stylesheet" href="_content/BootstrapBlazor/css/motronic.min.css" /&gt;</Pre>

<h5>4. 添加脚本 (<code>9.7.1</code> 版本后可跳过此步骤)</h5>
<h5>4. 添加脚本</h5>
<p><code>App.razor</code> 文件在 <code>body</code> 结尾位置添加如下内容它应与默认 blazor 脚本位于同一位置。</p>
<Pre class="mb-3">// 添加 BootstrapBlazor 脚本
&lt;script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"&gt;&lt;/script&gt;</Pre>
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@
"P22": "Add stylesheet file",
"P23": "Add a theme style sheet to the host file",
"P24": "Need to reference BootstrapBlazor.FontAwesome package",
"P25": "Add Javascript files. This step can be skipped for versions later than <code>9.7.1</code>",
"P25": "Add Javascript files",
"P26": "add code",
"P27": "Register the BootstrapBlazor service",
"P28": "Add namespace reference",
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@
"P22": "添加样式表文件",
"P23": "在宿主文件中增加主题样式表",
"P24": "需引用 BootstrapBlazor.FontAwesome 包",
"P25": "添加 JavaScript 文件 <code>9.7.1</code> 版本后可跳过此步骤",
"P25": "添加 JavaScript 文件",
"P26": "增加代码",
"P27": "注册 BootstrapBlazor 服务",
"P28": "增加命名空间引用",
Expand Down