docs: add PowerShell opening guide to quick-start card
This commit is contained in:
parent
97843bdbe7
commit
2f8fa6e6d3
@ -77,6 +77,27 @@
|
||||
<div class="ver">v1.5 | 92 Skills / 18 Agents / 29 Hooks<br>打印后贴在显示器旁边</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> 键 → 输入 <strong>powershell</strong> → 点击 <strong>"Windows PowerShell"</strong> 或 <strong>"PowerShell 7"</strong></p>
|
||||
</div>
|
||||
<div class="card highlight">
|
||||
<h3>方式二:右键菜单</h3>
|
||||
<p>在桌面或文件夹空白处按住 <kbd>Shift</kbd> + 右键 → 选择 <strong>"在此处打开 PowerShell 窗口"</strong></p>
|
||||
</div>
|
||||
<div class="card highlight">
|
||||
<h3>方式三:运行框</h3>
|
||||
<p>按 <kbd>Win</kbd>+<kbd>R</kbd> → 输入 <code>pwsh</code> 或 <code>powershell</code> → 回车</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">
|
||||
<span class="section-title">每日启动 (30 秒)</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user