mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 23:24:42 +00:00
fix(docs): locale translations
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
title: 途易
|
||||
description: 使用 opencode 終端用戶界面。
|
||||
description: 使用 opencode terminal用戶介面。
|
||||
---
|
||||
|
||||
import { Tabs, TabItem } from "@astrojs/starlight/components"
|
||||
|
||||
opencode 提供了一個交互式終端界面或 TUI,供您與LLM一起處理項目。
|
||||
opencode 提供了一個交互式terminal介面或 TUI,供您與LLM一起處理項目。
|
||||
|
||||
運行 opencode 會啟動當前目錄的 TUI。
|
||||
|
||||
@@ -71,7 +71,7 @@ Most commands also have keybind using `ctrl+x` as the leader key, where `ctrl+x`
|
||||
|
||||
### connect
|
||||
|
||||
將提供程序添加到 opencode。允許您從可用的提供商中進行選擇並添加其 API 密鑰。
|
||||
將提供商添加到 opencode。允許您從可用的提供商中進行選擇並添加其 API 密鑰。
|
||||
|
||||
```bash frame="none"
|
||||
/connect
|
||||
@@ -336,7 +336,7 @@ Most commands also have keybind using `ctrl+x` as the leader key, where `ctrl+x`
|
||||
|
||||
流行的編輯器選項包括:
|
||||
|
||||
- `code` - Visual Studio 代碼
|
||||
- `code` - Visual Studio 程式碼
|
||||
- `cursor` - 光標
|
||||
- `windsurf` - 風帆衝浪
|
||||
- `nvim` - Neovim 編輯器
|
||||
|
||||
Reference in New Issue
Block a user