feat: restructure gen2D deck with enriched content and frankfurt theme components
Deploy Slides / build-and-deploy (push) Successful in 1m32s
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:
@@ -0,0 +1,29 @@
|
||||
# gen2D 的解决方案
|
||||
|
||||
<div class="mt-4">
|
||||
|
||||
| 输入 | 处理 | 输出 |
|
||||
|------|------|------|
|
||||
| 自然语言描述 + 风格参数 | 多智能体协作管线 | Sprite、背景、UI 元素、动画帧 |
|
||||
|
||||
</div>
|
||||
|
||||
<v-clicks>
|
||||
|
||||
<Item title="🗣️ 自然语言驱动">
|
||||
用文字描述你想要的素材,AI 自动理解需求并生成。支持中英文,无需编写 Prompt 工程。
|
||||
</Item>
|
||||
|
||||
<Item title="🎨 风格一致性">
|
||||
工程级风格预设系统(Project Style)+ 任务级覆盖(Task Override),保证同一项目素材风格统一。
|
||||
</Item>
|
||||
|
||||
<Item title="📦 管线友好">
|
||||
标准尺寸输出,适配 Unity / Godot 等主流引擎。自动组装 Spritesheet,附带元数据。
|
||||
</Item>
|
||||
|
||||
<Item title="✅ 质量可控">
|
||||
多智能体质检(QualitySupervisor)自动检测不合格素材,触发重优化(最多 3 次),最终降级兜底。
|
||||
</Item>
|
||||
|
||||
</v-clicks>
|
||||
Reference in New Issue
Block a user