docs: improve formatting and fix minor errors

This commit is contained in:
Meow33
2025-10-29 11:27:36 +08:00
parent 195f8c6ec7
commit ce32e32433
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## 命令说明
`user activate`命令用于激活 Olares 账户。
`user activate`命令用于激活现有的 Olares 账户。你需要提供 Olares ID、密码 和 12 个助记词短语才能完成激活。该命令通常需要使用管理员权限(`sudo`)执行。
```bash
olares-cli user activate <Olares ID> [选项]
@@ -11,14 +11,14 @@ olares-cli user activate <Olares ID> [选项]
| 参数 | 描述 | 是否必需 |
|--|--|--|
| `<Olares ID>` | Olares 生态系统中的唯一标识符<br>格式类似电子邮件地址(例如:`alice123@olares.com`| **是** |
| `<Olares ID>` | 指定 Olares 生态系统中的唯一标识符<br>格式类似电子邮件地址(例如:`alice123@olares.com`| **是** |
## 选项
| 选项 | 简写 | 用途 | 是否必需 | 默认值 |
|--|--|--|--|--|
| `--bfl` | | 指定聚合后端接口BFL服务地址。<br>例如:`https://example.com` | 否 | `http://127.0.0.1:30180` |
| `--enable-tunnel` | | 启用隧道模式进行激活。 | 否 | `false` |
| `--enable-tunnel` | | 启用或关闭隧道模式进行激活。 | 否 | `false` |
| `--help` | `-h` | 显示帮助信息。 | 否 | 无 |
| `--host` | | 指定快速反向代理FRP主机地址。<br>仅当`--enable-tunnel`设置为`true`时使用。 | 否 | 无 |
| `--jws` | | 指定指定 FRP 的 JWSJSON Web Signature令牌。<br>仅当`--enable-tunnel`设置为`true`时使用。| 否 | 无 |