feat: restructure gen2D deck with enriched content and frankfurt theme components
Deploy Slides / build-and-deploy (push) Successful in 1m32s

- Restructure from 12 slides to 21 slides with proper section navigation
- Split into pages/ for modular maintenance (15 page files)
- Use frankfurt theme: cover layout, Item component, section frontmatter
- Remove all two-cols layouts to avoid rendering issues
- Add rich content from tmp/ docs: Eino pipeline, prompt agent, async tasks, data model, deployment
- Use Item component for structured content blocks
- Add mermaid ER diagram for data model
- Add Go code block for pipeline type definitions
This commit is contained in:
2026-05-30 14:22:50 +08:00
parent 3b343da212
commit d479504f12
16 changed files with 577 additions and 235 deletions
+35
View File
@@ -0,0 +1,35 @@
# 预设风格键一览
六个维度覆盖游戏素材的核心视觉属性
<div class="grid grid-cols-3 gap-4 mt-4">
<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>
</div>
<div class="mt-4 text-sm text-gray-400">
支持自定义标签:<code>custom:</code> 前缀的键值对会被自动提取到提示词中
</div>