docs: update mobile development guide and simplify README tables

- Add community feedback comparison for mobile development solutions
- Remove status columns from README tables for cleaner presentation
This commit is contained in:
sanbuphy
2026-03-02 14:26:06 +08:00
parent cd682b0969
commit ec2a746be5
2 changed files with 96 additions and 76 deletions
@@ -12,6 +12,32 @@
---
::: info 💡 社区反馈速览
根据群友实际使用反馈,各方案体验对比如下:
**Happy Coder(方案二)**
- ⚠️ 连接稳定性问题:经常断线,且断线后上下文丢失
- ⚠️ 功能受限:无法使用 `/` 指令
- ⚠️ 安全性顾虑:依赖官方中继服务器,部分用户担心数据安全
**HAPI(方案三)**
- ✅ 可自建服务器:支持部署在自己的 VPS 上
- ✅ 搭配 Tailscale 使用体验更佳:电脑运行 `hapi server`,手机通过 Tailscale IP 连接
- ✅ 连接相对稳定,适合长期使用
**Claude Remote Control(官方方案)**
- ✅ 官方出品,与 Claude Code 原生集成
- ✅ 支持本地环境完整访问(MCP、工具、项目配置)
- ⚠️ 需要 Max 订阅(Pro 支持即将到来)
- ⚠️ 依赖 Anthropic 云服务连接
**建议**:如果对连接稳定性要求高,或担心第三方中继安全性,推荐选择 **HAPI + Tailscale****官方 Remote Control** 方案。
:::
---
## 核心原理:手机开发的架构模式
在介绍各种方案之前,先理解问题的本质。