docs: add PowerShell opening guide to quick-start card

This commit is contained in:
bookworm 2026-04-02 20:11:22 +08:00
parent 97843bdbe7
commit 2f8fa6e6d3

View File

@ -77,6 +77,27 @@
<div class="ver">v1.5 | 92 Skills / 18 Agents / 29 Hooks<br>打印后贴在显示器旁边</div> <div class="ver">v1.5 | 92 Skills / 18 Agents / 29 Hooks<br>打印后贴在显示器旁边</div>
</div> </div>
<!-- ==================== 打开 PowerShell ==================== -->
<div class="section">
<span class="section-title">第零步:打开 PowerShell</span>
<div class="cols">
<div class="card highlight">
<h3>方式一:搜索(推荐)</h3>
<p><kbd>Win</kbd>&rarr; 输入 <strong>powershell</strong> &rarr; 点击 <strong>"Windows PowerShell"</strong><strong>"PowerShell 7"</strong></p>
</div>
<div class="card highlight">
<h3>方式二:右键菜单</h3>
<p>在桌面或文件夹空白处按住 <kbd>Shift</kbd> + 右键 &rarr; 选择 <strong>"在此处打开 PowerShell 窗口"</strong></p>
</div>
<div class="card highlight">
<h3>方式三:运行框</h3>
<p><kbd>Win</kbd>+<kbd>R</kbd> &rarr; 输入 <code>pwsh</code><code>powershell</code> &rarr; 回车</p>
</div>
</div>
<p style="font-size:8.5pt;color:#64748b;margin-top:2px">打开后看到 <code>PS C:\Users\你的用户名></code> 即为成功。如果桌面有 Bookworm 快捷方式,可跳过此步直接双击。</p>
</div>
<!-- ==================== 每日启动 ==================== --> <!-- ==================== 每日启动 ==================== -->
<div class="section"> <div class="section">
<span class="section-title">每日启动 (30 秒)</span> <span class="section-title">每日启动 (30 秒)</span>