diff options
| author | Adam <[email protected]> | 2026-02-11 18:51:27 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-11 18:51:50 -0600 |
| commit | aea68c386a4f64cf718c3eeee9dffec8409ee6b0 (patch) | |
| tree | bdf06cb3372c6c48c97c43b41e53e514888a52b3 /packages/web/src/content/docs/zh-cn/themes.mdx | |
| parent | 8eea53a41e92257d1a4ad6653d0d2930465bf34a (diff) | |
| download | opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.tar.gz opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.zip | |
fix(docs): locale translations for nav elements and headings
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/themes.mdx')
| -rw-r--r-- | packages/web/src/content/docs/zh-cn/themes.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/zh-cn/themes.mdx b/packages/web/src/content/docs/zh-cn/themes.mdx index 41c17729b..2f28f15d5 100644 --- a/packages/web/src/content/docs/zh-cn/themes.mdx +++ b/packages/web/src/content/docs/zh-cn/themes.mdx @@ -21,7 +21,7 @@ By default, opencode uses our own `opencode` theme. --- -## 內建主题 +## 内置主题 opencode 带有几个内建主题。 @@ -43,7 +43,7 @@ opencode 带有几个内建主题。 --- -## 系統主题 +## 系统主题 `system` 主题旨在自动适应您的最终方案。与使用固定颜色的传统主题不同,_system_ 主题: @@ -72,13 +72,13 @@ opencode 带有几个内建主题。 --- -## 自定義主题 +## 自定义主题 opencode 支持灵活的基于 JSON 的主题系统,允许用户轻松创建和自定义主题。 --- -### 等級制度 +### 优先级 主题按以下顺序從多个目录載入,其中后面的目录覆盖前面的目录: @@ -91,7 +91,7 @@ opencode 支持灵活的基于 JSON 的主题系统,允许用户轻松创建� --- -### 建立主题 +### 创建主题 要创建自定义主题,请在主题目录中创建 JSON 档案。 @@ -123,7 +123,7 @@ vim .opencode/themes/my-theme.json --- -### 顏色定義 +### 颜色定义 `defs` 部分是可选的,它允许您定义可在主题中引用的可重用颜色。 |
