快速开始

本指南帮助你在 5 分钟内快速上手 HiCLI。

前置条件

  • PC 端: Linux / macOS / Windows
  • 移动端: iOS / Android
  • 网络连接

安装步骤

1. PC 端安装

# 克隆仓库
git clone https://github.com/wsyb/touch_cli_plus.git
cd touch_cli_plus

# 安装 hicli
cd hicli-rs
cargo build --release

2. 启动守护进程

cd hidaemon-rs
cargo run --release

3. 移动端安装

  1. 下载 HiApp (iOS App Store / Google Play)
  2. 登录账号
  3. 扫描设备二维码配对

4. 开始使用

# 在 PC 端运行
hi iflow

# 现在可以在移动端查看和交互

验证安装

运行以下命令验证安装成功:

hi iflow -h

输出应与直接运行 iflow -h 完全一致。

下一步