docs: fix open_handbook path under 9、手册 directory

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Manus AI
2026-05-24 08:44:45 +08:00
parent 9d0e90d11c
commit bd9193a5a7
3 changed files with 6 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# 工作手机 SDK 操作手册
> **完整总览(五图 + 补全包并入)**[工作手机·五图总览与使用手册.md](工作手机·五图总览与使用手册.md) · 一键打开:`sdk/scripts/open_handbook.sh`
> **完整总览(五图 + 补全包并入)**[工作手机·五图总览与使用手册.md](工作手机·五图总览与使用手册.md) · 一键打开:`./open_handbook.sh`(本目录)
> **唯一入口**:所有命令可直接复制执行,路径以「工作手机」项目根目录为基准
---

View File

@@ -1,11 +1,8 @@
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><title>工作手机完整整合手册</title>
<style>body{max-width:960px;margin:40px auto;font-family:-apple-system,"PingFang SC",sans-serif;line-height:1.65;padding:0 24px;color:#1a1a1a}
<style>body{max-width:960px;margin:40px auto;font-family:-apple-system,"PingFang SC",sans-serif;line-height:1.65;padding:0 24px}
h1{color:#0d47a1} h2{border-bottom:2px solid #e3f2fd;padding-bottom:6px;margin-top:2em}
img{max-width:100%;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}
table{border-collapse:collapse;width:100%;margin:1em 0} th,td{border:1px solid #ddd;padding:10px;text-align:left}
th{background:#f5f9ff} code,pre{background:#f4f4f4;padding:2px 6px;border-radius:4px;font-size:0.92em}
pre{padding:12px;overflow-x:auto} blockquote{border-left:4px solid #1976d2;background:#f8fbff;padding:12px 16px;margin:1em 0}
@media print{body{max-width:100%} img{box-shadow:none}}</style></head><body><h1>工作手机 · 完整整合手册(补全包并入版)</h1>
img{max-width:100%;border-radius:8px} table{border-collapse:collapse;width:100%} th,td{border:1px solid #ddd;padding:10px}
th{background:#f5f9ff} code,pre{background:#f4f4f4;padding:2px 6px;border-radius:4px}</style></head><body><h1>工作手机 · 完整整合手册(补全包并入版)</h1>
<blockquote>
<p><strong>版本</strong>v2.1 · <strong>更新</strong>2026-05-24<br />
<strong>一句话</strong>:把 <code>补全包/</code><code>工作手机SDK补全包_微信Frida/</code> 里散落的 Frida 闭环,<strong>全部收编进开发文档这一份</strong>——五图看全局,正文只补图中没有的命令、路径与验收数字。<br />
@@ -447,7 +444,7 @@ python3 tools/wireless_frida_wechat_batch_verify.py
<tbody>
<tr>
<td>一键打开手册</td>
<td><code>sdk/scripts/open_handbook.sh</code>HTML 优先)</td>
<td><code>开发文档/9、手册/open_handbook.sh</code>HTML 优先)</td>
</tr>
<tr>
<td><strong>本手册(唯一主入口)</strong></td>

View File

@@ -287,7 +287,7 @@ python3 tools/wireless_frida_wechat_batch_verify.py
| 类别 | 路径 |
|------|------|
| 一键打开手册 | `sdk/scripts/open_handbook.sh`HTML 优先) |
| 一键打开手册 | `开发文档/9、手册/open_handbook.sh`HTML 优先) |
| **本手册(唯一主入口)** | `开发文档/9、手册/工作手机·五图总览与使用手册.md` |
| 主线代码 | `sdk/app` · `sdk/agent` · `sdk/php-sdk` |
| 补全包归档(只读对照) | `补全包/微信Frida_SDK_20260518/` · `工作手机SDK补全包_微信Frida/` |