fix(docs): translations

This commit is contained in:
Adam
2026-02-09 18:11:44 -06:00
parent 3118cab2d8
commit 85fa8abd50
312 changed files with 3578 additions and 3189 deletions

View File

@@ -1,13 +1,13 @@
---
title: TUI
description: 使用 OpenCode 终端用户界面。
description: 使用 opencode 终端用户界面。
---
import { Tabs, TabItem } from "@astrojs/starlight/components"
OpenCode 提供交互式终端介面或 TUI以便使用 LLM 处理您的专案。
opencode 提供交互式终端介面或 TUI以便使用 LLM 处理您的专案。
执行OpenCode启动当前目录的TUI。
执行opencode启动当前目录的TUI。
```bash
opencode
@@ -57,7 +57,7 @@ How is auth handled in @packages/functions/src/api/index.ts?
## 命令
使用 OpenCode TUI 时,您可以输入 `/` 后跟命令名称来快速执行操作。例如:
使用 opencode TUI 时,您可以输入 `/` 后跟命令名称来快速执行操作。例如:
```bash frame="none"
/help
@@ -71,7 +71,7 @@ How is auth handled in @packages/functions/src/api/index.ts?
### 連線
将新增到 OpenCode。允许您从可用的成功中进行选择并新增他们的 API 重要。
将新增到 opencode。允许您从可用的成功中进行选择并新增他们的 API 重要。
```bash frame="none"
/connect
@@ -117,7 +117,7 @@ How is auth handled in @packages/functions/src/api/index.ts?
### 出口
退出OpenCode。 _别名_`/quit`、`/q`
退出opencode。 _别名_`/quit`、`/q`
```bash frame="none"
/exit
@@ -339,7 +339,7 @@ Create or update `AGENTS.md` file. [Learn more](/docs/rules).
- `code` - Visual Studio 程序代码
- `cursor` - 游标
- `windsurf` - 风帆冲浪
- `nvim` - Neo 编辑器
- `nvim` - Neovim 编辑器
- `vim` - Vim 编辑器
- `nano` - 奈米编辑器
- `notepad` - Windows 文章书
@@ -355,7 +355,7 @@ Create or update `AGENTS.md` file. [Learn more](/docs/rules).
## 配置
您可以使用 OpenCode 配置文件自定义 TUI 行为。
您可以使用 opencode 配置文件自定义 TUI 行为。
```json title="opencode.json"
{