Files
karuo-ai/01_卡资(金)/金仓_存储备份/Cursor持久对话/图文教程/看图操作.html
2026-07-19 00:21:46 +08:00

101 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>可持续对话 · 看图操作</title>
<style>
* { box-sizing: border-box; }
body {
font-family: -apple-system, "PingFang SC", "Helvetica Neue", sans-serif;
max-width: 720px; margin: 0 auto; padding: 24px 16px 80px;
background: #f5f5f7; color: #1d1d1f; line-height: 1.6;
}
h1 { font-size: 1.6rem; margin-bottom: 0.25rem; }
.sub { color: #6e6e73; margin-bottom: 2rem; }
.tip {
background: #e8f4fd; border-left: 4px solid #0071e3;
padding: 14px 16px; border-radius: 8px; margin-bottom: 2rem;
}
.step {
background: #fff; border-radius: 16px; padding: 20px;
margin-bottom: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.step h2 { font-size: 1.15rem; margin: 0 0 12px; color: #0071e3; }
.step img { width: 100%; border-radius: 10px; border: 1px solid #e5e5ea; }
.step p { margin: 12px 0 0; font-size: 0.95rem; }
code { background: #f0f0f5; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; }
.fail { background: #fff8e6; border-left: 4px solid #ff9500; padding: 14px 16px; border-radius: 8px; }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
td, th { border: 1px solid #e5e5ea; padding: 8px 10px; text-align: left; }
th { background: #f0f0f5; }
</style>
</head>
<body>
<h1>可持续对话 · 看图操作</h1>
<p class="sub">零基础 8 步装好 · 本地免费 · 不用粘贴提示词</p>
<div class="tip">
<strong>最快方式:</strong>解压后双击 <code>一键安装.command</code> → 拖入项目文件夹 → 做完步骤 35。
</div>
<div class="step">
<h2>步骤 1 · 解压安装包</h2>
<img src="images/step01-解压.png" alt="解压 zip" />
<p>双击 zip得到 <code>Cursor持久对话</code> 文件夹。</p>
</div>
<div class="step">
<h2>步骤 2 · 运行安装</h2>
<img src="images/step02-终端安装.png" alt="终端安装" />
<p>双击 <code>一键安装.command</code>,或终端执行 <code>bash install.sh --project "项目路径"</code></p>
</div>
<div class="step">
<h2>步骤 3 · Cmd+Q 完全退出 Cursor</h2>
<img src="images/step03-重启Cursor.png" alt="重启 Cursor" />
<p><strong>必做!</strong>按 ⌘Q 完全退出,再打开。不要只「重新加载窗口」。</p>
</div>
<div class="step">
<h2>步骤 4 · 打开 MCP 开关</h2>
<img src="images/step04-打开MCP.png" alt="打开 MCP" />
<p>Settings → Tools & MCP → <code>persistent-chat</code> 打开,出现绿点。</p>
</div>
<div class="step">
<h2>步骤 5 · 打开回复面板</h2>
<img src="images/step05-打开面板.png" alt="打开面板" />
<p>浏览器打开 <a href="http://127.0.0.1:13458">http://127.0.0.1:13458</a>,建议收藏。</p>
</div>
<div class="step">
<h2>步骤 6 · Agent 模式说任务</h2>
<img src="images/step06-Agent模式.png" alt="Agent 模式" />
<p>Cursor Chat 选 Agent直接说任务不用粘贴提示词。</p>
</div>
<div class="step">
<h2>步骤 7 · 面板回复续跑</h2>
<img src="images/step07-面板回复.png" alt="面板回复" />
<p>橙色「等待回复」时在面板输入Cmd+Enter 发送AI 接着干。</p>
</div>
<div class="step">
<h2>步骤 8 · 验收成功</h2>
<img src="images/step08-验收成功.png" alt="验收" />
<p>终端运行 <code>bash verify.sh</code>,看到「核心项通过」即可。</p>
</div>
<div class="fail">
<strong>常见问题</strong>
<table style="margin-top:10px">
<tr><th>现象</th><th>你要做</th></tr>
<tr><td>没有 persistent-chat</td><td>Cmd+Q 退出 Cursor 再开</td></tr>
<tr><td>面板打不开</td><td>确认 MCP 开关已开,重启 Cursor</td></tr>
<tr><td>AI 不挂起等待</td><td>确认 Agent 模式 + 支持工具的模型</td></tr>
</table>
</div>
</body>
</html>