Files
slide/decks/gen2D/pages/style-keys.md
T
wonder 5f99d2481a style: optimize gen2D deck layout, animations, and visual hierarchy
- style-keys.md: add v-clicks to 3x2 grid for staggered animation
- eino-graph.md: two-column layout (code left, Items right)
- eino-deep-dive.md: two-column layout for both slides, code+Items side-by-side
- async-deep-dive.md: two-column layout for both slides, SVG integrated
- harness.md: two-column layout for slide 1 (code left, Items right)
- request-journey.md: two-column layout for journey steps
- data-model.md: add v-clicks to grid items, increase diagram height
- architecture/pipeline/prompt-agent: increase SVG max-height for better visibility
2026-05-30 23:13:23 +08:00

40 lines
1.3 KiB
Markdown

# 预设风格键一览
六个维度覆盖游戏素材的核心视觉属性
<div class="grid grid-cols-3 gap-4 mt-4">
<v-clicks>
<Item title="🎨 美术风格 artStyle">
pixel(像素)、cartoon(卡通)、vector(矢量)、realistic(写实)、flat(扁平)、anime(动漫)
</Item>
<Item title="🌈 色调 palette">
warm(暖色)、cool(冷色)、vibrant(鲜艳)、muted(灰暗)、pastel(粉彩)、monochrome(单色)
</Item>
<Item title="✏️ 线条 lineWeight">
thin(细线)、medium(中等)、thick(粗线)、none(无线条)、sketch(手绘感)
</Item>
<Item title="🏞️ 场景 scene">
forest(森林)、dungeon(地牢)、city(城市)、space(太空)、underwater(水下)、desert(沙漠)
</Item>
<Item title="💡 光照 lighting">
bright(明亮)、dramatic(戏剧)、neon(霓虹)、soft(柔光)、sunset(日落)、dark(暗调)
</Item>
<Item title="🎭 情绪 mood">
cheerful(欢快)、dark(暗黑)、epic(史诗)、calm(宁静)、mysterious(神秘)、playful(活泼)
</Item>
</v-clicks>
</div>
<div v-click class="mt-4 text-sm text-gray-400">
支持自定义标签:<code>custom:</code> 前缀的键值对会被自动提取到提示词中
</div>