summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-cn/plugins.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-09 13:55:55 -0600
committerAdam <[email protected]>2026-02-09 13:55:55 -0600
commit274bb948e793c72d22d4e2d31e6b9559c6ff4d6c (patch)
tree34d892e508c4af9387518d545dfd7ed4a875ff71 /packages/web/src/content/docs/zh-cn/plugins.mdx
parentd9b4535d643f6bdc5c6cec0aa2c020ab98f9180c (diff)
downloadopencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.tar.gz
opencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.zip
fix(docs): locale markdown issues
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/zh-cn/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/zh-cn/plugins.mdx b/packages/web/src/content/docs/zh-cn/plugins.mdx
index e61e18dca..722a9a084 100644
--- a/packages/web/src/content/docs/zh-cn/plugins.mdx
+++ b/packages/web/src/content/docs/zh-cn/plugins.mdx
@@ -234,7 +234,7 @@ export const NotificationPlugin = async ({ project, client, $, directory, worktr
我们在 macOS 上使用 `osascript` AppleScript。这里我们用它运行来发送通知。
-:::笔记
+:::note
如果您使用 OpenCode 桌面应用程序,它可以在响应准备就绪或会话错误时自动发送系统通知。
:::