swiss-creative-mode-template
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSwiss Creative Mode Template
Swiss Creative Mode Template
Produce a premium Swiss/editorial-style HTML template with strong visual rhythm
and meaningful interactions, then emit it as a single-file artifact.
生成具有强烈视觉节奏和丰富交互效果的高端瑞士/编辑风格HTML模板,并以单文件形式交付。
Resource map
资源映射
text
swiss-creative-mode-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmltext
swiss-creative-mode-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmlWorkflow
工作流程
- Read active and map palette/type/layout decisions into root CSS variables.
DESIGN.md - Copy to
assets/template.html.index.html - Keep this structure intact:
- Hero scene with bold title and geometric frame.
- Four-step process card row.
- Stack/architecture diagram scene.
- Keep these interactions working:
- Prev/next slide navigation + dot nav.
- Theme toggle (paper/dark).
- Palette cycle button (changes accent colors across the template).
- Hotspot toggle for annotations/details.
- Keep output self-contained (, inline CSS/JS, no external runtime dependency).
<!doctype html> - Validate against before emitting.
references/checklist.md
- 读取当前的文件,将调色板、字体、布局决策映射为根CSS变量。
DESIGN.md - 将复制到
assets/template.html。index.html - 保留以下结构:
- 包含醒目标题和几何框架的Hero场景。
- 四步流程卡片行。
- 堆叠/架构图场景。
- 确保以下交互功能正常运行:
- 上一页/下一页幻灯片导航 + 圆点导航。
- 主题切换(纸质/深色)。
- 调色板循环按钮(更改模板中的强调色)。
- 用于注释/详情的热点切换。
- 确保输出为自包含文件(、内联CSS/JS、无外部运行依赖)。
<!doctype html> - 交付前根据进行验证。
references/checklist.md
Output contract
输出约定
One short sentence before artifact, then:
xml
<artifact identifier="swiss-creative-mode" type="text/html" title="Swiss Creative Mode Template">
<!doctype html>
<html>...</html>
</artifact>在交付产物前添加一句简短说明,然后输出:
xml
<artifact identifier="swiss-creative-mode" type="text/html" title="Swiss Creative Mode Template">
<!doctype html>
<html>...</html>
</artifact>