diff options
| author | Adam <[email protected]> | 2026-02-10 16:02:18 -0600 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-10 22:12:32 +0000 |
| commit | 50c705cd2d138781b487e666ca35e04741e85130 (patch) | |
| tree | 1d4a68e28624c321f1dc9ec49e27f1cb45eb8d59 /packages/web/src/content/docs/zh-cn | |
| parent | 3894c217ccf0797bd57413677d8b355ad3879ba7 (diff) | |
| download | opencode-50c705cd2d138781b487e666ca35e04741e85130.tar.gz opencode-50c705cd2d138781b487e666ca35e04741e85130.zip | |
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/zh-cn')
| -rw-r--r-- | packages/web/src/content/docs/zh-cn/enterprise.mdx | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/zh-cn/index.mdx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/zh-cn/enterprise.mdx b/packages/web/src/content/docs/zh-cn/enterprise.mdx index c31ec6c82..9970dd4f1 100644 --- a/packages/web/src/content/docs/zh-cn/enterprise.mdx +++ b/packages/web/src/content/docs/zh-cn/enterprise.mdx @@ -137,7 +137,7 @@ opencode Enterprise 适用于希望确保其代码和数据永远不会离开其 </details> <details> -<summary>我们可以使用自己的私有 NPM 注册表吗?</summary> +<summary>我们可以使用自己的私有 npm 注册表吗?</summary> opencode 通过 Bun 的本机 `.npmrc` 文件支持来支持私有 npm 注册表。如果您的组织使用私有注册表,例如 JFrog Artifactory、Nexus 或类似的,请确保开发人员在运行 opencode 之前经过身份验证。 diff --git a/packages/web/src/content/docs/zh-cn/index.mdx b/packages/web/src/content/docs/zh-cn/index.mdx index 51dd7845c..ad1389bc2 100644 --- a/packages/web/src/content/docs/zh-cn/index.mdx +++ b/packages/web/src/content/docs/zh-cn/index.mdx @@ -105,7 +105,7 @@ curl -fsSL https://opencode.ai/install | bash scoop install opencode ``` -- **使用 NPM** +- **使用 npm** ```bash npm install -g opencode-ai |
