From ccddb4ac4ecccec9241043482e76da0e7fa8efb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Mon, 23 Feb 2026 04:04:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=B1=E5=BA=A6=E8=9E=8D=E5=90=88?= =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E5=AE=A2=E6=88=B7=E7=AB=AF=20=E2=80=94=20?= =?UTF-8?q?=E7=89=B9=E6=80=A7/=E5=AF=B9=E6=AF=94=E8=A1=A8/=E5=85=B3?= =?UTF-8?q?=E8=81=94=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff29984..bbbea20 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [为什么选 cftunnel?](#why) · [安装](#install) · [快速上手](#quickstart) · [命令参考](#commands) · [AI 助手集成](#ai) · [交流](#contact) -关联项目:[cftunnel-app 桌面客户端](https://github.com/qingchencloud/cftunnel-app) · [ClawApp](https://github.com/qingchencloud/clawapp) · [OpenClaw 中文翻译](https://github.com/1186258278/OpenClawChineseTranslation) +关联项目:[cftunnel-app 桌面客户端](https://github.com/qingchencloud/cftunnel-app)([下载](https://github.com/qingchencloud/cftunnel-app/releases)) · [ClawApp](https://github.com/qingchencloud/clawapp) · [OpenClaw 中文翻译](https://github.com/1186258278/OpenClawChineseTranslation) > 用 AI 写了个前端页面想给客户看?本地跑着 API 想让远程同事调试?开发环境需要接收 Webhook? > @@ -36,6 +36,7 @@ cftunnel 把 Cloudflare Tunnel 的繁琐流程封装成极简 CLI,**免费、 | 开机自启 | 手动写 systemd/launchd | `cftunnel install` | | 清理资源 | 手动删隧道 + 删 DNS + 删配置 | `cftunnel destroy` 一键清理 | | AI 集成 | 无 | 内置 Skills,AI 助手直接管理 | +| GUI 管理 | 无 | [桌面客户端](https://github.com/qingchencloud/cftunnel-app),可视化操作 |

⬆ 回到顶部

@@ -48,6 +49,7 @@ cftunnel 把 Cloudflare Tunnel 的繁琐流程封装成极简 CLI,**免费、 - **自动更新** — 内置版本检查和一键自更新 - **AI 友好** — 内置 Claude Code / OpenClaw Skills,AI 助手可直接管理隧道 - **跨平台** — 支持 macOS (Intel/Apple Silicon) + Linux (amd64/arm64) + Windows (amd64/arm64) +- **桌面客户端** — 不想敲命令?[cftunnel-app](https://github.com/qingchencloud/cftunnel-app) 提供可视化 GUI,仪表盘一键启停

⬆ 回到顶部