summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-cn/plugins.mdx
diff options
context:
space:
mode:
authorNiu Shuai <[email protected]>2026-02-27 00:59:45 +0800
committerGitHub <[email protected]>2026-02-26 10:59:45 -0600
commit08f056d412e424eb48842dc99d0955be4e9874ae (patch)
treeec20f6d834a9ac64117790fc7ee4637b1435fc5f /packages/web/src/content/docs/zh-cn/plugins.mdx
parent96ca0de3bc1c22d8ad3ce91b7f068facdaf4851d (diff)
downloadopencode-08f056d412e424eb48842dc99d0955be4e9874ae.tar.gz
opencode-08f056d412e424eb48842dc99d0955be4e9874ae.zip
docs: Sync zh_CN docs with English Version (#15228)
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/zh-cn/plugins.mdx4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/zh-cn/plugins.mdx b/packages/web/src/content/docs/zh-cn/plugins.mdx
index 0df6d1ee6..e8a8bd70c 100644
--- a/packages/web/src/content/docs/zh-cn/plugins.mdx
+++ b/packages/web/src/content/docs/zh-cn/plugins.mdx
@@ -307,6 +307,10 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
你的自定义工具将与内置工具一起在 OpenCode 中可用。
+:::note
+如果插件工具与内置工具使用相同的名称,则优先使用插件工具。
+:::
+
---
### 日志记录