docs: Skills 和 README 提示词添加 Windows 安装命令

This commit is contained in:
晴天
2026-02-23 02:03:46 +08:00
parent a7e4cf9dff
commit 49e52efedd
3 changed files with 22 additions and 0 deletions
+6
View File
@@ -4,10 +4,16 @@
## 安装
macOS / Linux:
```bash
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
```
Windows (PowerShell):
```powershell
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
```
## 免域名模式(零配置)
无需账户、Token、域名,一条命令生成临时公网地址:
+4
View File
@@ -308,8 +308,12 @@ cftunnel 内置了 AI 助手 Skills,让 Claude Code、OpenClaw 等 AI 编码
## 安装
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
## 两种模式
### 模式一:免域名(零配置,临时用)
+12
View File
@@ -2,6 +2,18 @@
一键管理 Cloudflare Tunnel 的开源工具,内网穿透从未如此简单。
## 安装
macOS / Linux:
```bash
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
```
Windows (PowerShell):
```powershell
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
```
## 免域名模式(零配置)
无需账户、Token、域名,一条命令生成临时公网地址: