fusion-design
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFusion Design
Fusion Design
When to use
使用场景
Any time you are writing or reviewing frontend code in the Fusion ecosystem and need to know how it should look, behave, or be structured.
每当你在Fusion生态系统中编写或评审前端代码,需要了解其外观、行为或结构规范时,均可使用本技能。
Instructions
使用说明
This skill is a lookup. Read all reference files before writing any code — they define mandatory requirements, not optional styling.
本技能用于查阅参考资料。在编写任何代码前,请阅读所有参考文件——它们定义的是强制性要求,而非可选样式。
1. Read the references
1. 阅读参考资料
| Topic | File |
|---|---|
| EDS Typography | |
| Navigation — Sidemenu | |
| 主题 | 文件 |
|---|---|
| EDS 排版 | |
| 导航 - 侧边菜单 | |
2. Check for a local DESIGN.md
DESIGN.md2. 检查本地DESIGN.md
文件
DESIGN.mdIf the app has a at its root, read it first. It is the authoritative source for that app's design decisions and overrides or supplements the reference rules.
DESIGN.md如果应用根目录下存在文件,请优先阅读它。该文件是该应用设计决策的权威来源,可覆盖或补充参考规则。
DESIGN.md3. Apply
3. 应用规范
Implement the UI to match the rules. If no exists and the task requires a layout decision, document it there.
DESIGN.md按照规则实现UI。如果不存在且任务需要进行布局决策,请在该文件中记录相关内容。
DESIGN.md