diff options
| author | Adam <[email protected]> | 2026-02-09 13:55:55 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-09 13:55:55 -0600 |
| commit | 274bb948e793c72d22d4e2d31e6b9559c6ff4d6c (patch) | |
| tree | 34d892e508c4af9387518d545dfd7ed4a875ff71 /packages/web/src/content/docs/zh-cn/rules.mdx | |
| parent | d9b4535d643f6bdc5c6cec0aa2c020ab98f9180c (diff) | |
| download | opencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.tar.gz opencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.zip | |
fix(docs): locale markdown issues
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/rules.mdx')
| -rw-r--r-- | packages/web/src/content/docs/zh-cn/rules.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/zh-cn/rules.mdx b/packages/web/src/content/docs/zh-cn/rules.mdx index e4ae46a97..a9c6f7795 100644 --- a/packages/web/src/content/docs/zh-cn/rules.mdx +++ b/packages/web/src/content/docs/zh-cn/rules.mdx @@ -11,7 +11,7 @@ description: 設置開放代碼的自定義指令。 要创建新的`AGENTS.md`文件,您可以在opencode中运行`/init`命令。 -:::提示 +:::tip 您应该将项目的 `AGENTS.md` 文件提交到 Git。 ::: @@ -175,6 +175,6 @@ Read the following file immediately as it's relevant to all workflows: @rules/ge - 保持 AGENTS.md 简洁,同时参考详细指南 - 确保opencode仅在特定任务需要时加载文件 -:::提示 +:::tip 对于 monorepos 或具有共享标准的项目,使用 `opencode.json` 和 glob 模式(如 `packages/*/AGENTS.md`)比手动指令更易于维护。 ::: |
