opentui
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseOpenTUI Skill
OpenTUI 技能
Canonical reference docs are authored once in sibling files.
docs/**/*.mdxInside the OpenTUI repo, this skill root lives at , so the same files are also visible at .
packages/web/src/content/packages/web/src/content/docs/**/*.mdx标准参考文档仅编写在同级的文件中。
docs/**/*.mdx在OpenTUI仓库中,本技能的根目录位于,因此相同的文件也可以在路径下找到。
packages/web/src/content/packages/web/src/content/docs/**/*.mdxPath invariant
路径规则
- maps to
/docs/<slug>relative to this skill rootdocs/<slug>.mdx - in the repo, that same slug maps to
packages/web/src/content/docs/<slug>.mdx
- 对应本技能根目录下的
/docs/<slug>文件docs/<slug>.mdx - 在仓库中,该slug对应文件
packages/web/src/content/docs/<slug>.mdx
Reading order by area
按领域划分的阅读顺序
- Getting started:
/docs/getting-started - Core:
/docs/core-concepts/renderer - React:
/docs/bindings/react - Solid:
/docs/bindings/solid - Components: ,
/docs/components/text/docs/components/input - Layout:
/docs/core-concepts/layout - Keyboard:
/docs/core-concepts/keyboard - Plugins:
/docs/plugins/slots - Reference:
/docs/reference/env-vars
- 入门指南:
/docs/getting-started - 核心内容:
/docs/core-concepts/renderer - React:
/docs/bindings/react - Solid:
/docs/bindings/solid - 组件:、
/docs/components/text/docs/components/input - 布局:
/docs/core-concepts/layout - 键盘:
/docs/core-concepts/keyboard - 插件:
/docs/plugins/slots - 参考文档:
/docs/reference/env-vars
Quick routing by intent
按需求快速导航
| Intent(s) | Start here |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
For concrete component requests, jump straight to after the relevant entry page. For plugin implementation details, narrow from into , , or .
docs/components/<name>.mdxdocs/plugins/slots.mdxdocs/plugins/core.mdxdocs/plugins/react.mdxdocs/plugins/solid.mdx| 需求场景 | 起始文档 |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
如果需要了解具体组件的相关内容,在阅读对应入门文档后直接跳转到。如果需要了解插件实现细节,可从深入到、或。
docs/components/<name>.mdxdocs/plugins/slots.mdxdocs/plugins/core.mdxdocs/plugins/react.mdxdocs/plugins/solid.mdxCurrent skill entry pages
当前技能的入口文档
docs/getting-started.mdxdocs/core-concepts/renderer.mdxdocs/core-concepts/layout.mdxdocs/core-concepts/keyboard.mdxdocs/bindings/react.mdxdocs/bindings/solid.mdxdocs/plugins/slots.mdxdocs/components/text.mdxdocs/components/input.mdxdocs/reference/env-vars.mdx
docs/getting-started.mdxdocs/core-concepts/renderer.mdxdocs/core-concepts/layout.mdxdocs/core-concepts/keyboard.mdxdocs/bindings/react.mdxdocs/bindings/solid.mdxdocs/plugins/slots.mdxdocs/components/text.mdxdocs/components/input.mdxdocs/reference/env-vars.mdx
Working rules
使用规则
- Prefer the current entry pages first, then read narrower docs in the same section.
- Read the sibling files directly instead of copying prose into this file.
docs/**/*.mdx - Use stable URLs when cross-referencing docs.
/docs/...
- 优先阅读当前入口文档,再阅读同领域下更细分的文档。
- 直接阅读同级的文件,不要将内容复制到本文件中。
docs/**/*.mdx - 交叉引用文档时,请使用稳定的路径。
/docs/...