summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/zh-cn')
-rw-r--r--packages/web/src/content/docs/zh-cn/share.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/zh-cn/share.mdx b/packages/web/src/content/docs/zh-cn/share.mdx
index 8a7be16dc..a2b34688e 100644
--- a/packages/web/src/content/docs/zh-cn/share.mdx
+++ b/packages/web/src/content/docs/zh-cn/share.mdx
@@ -41,7 +41,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "disabled"
}
```