d479504f12
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
111 lines
1.5 KiB
Markdown
111 lines
1.5 KiB
Markdown
---
|
||
theme: frankfurt
|
||
infoLine: true
|
||
title: gen2D - AI 驱动的 2D 游戏素材生成
|
||
author: 栈无不胜
|
||
transition: slide-left
|
||
mdc: true
|
||
drawings:
|
||
persist: false
|
||
---
|
||
|
||
# gen2D
|
||
|
||
AI 驱动的 2D 游戏素材生成工具
|
||
|
||
<div class="text-xl mt-4 text-gray-400">
|
||
文本描述 + 风格参数 → 风格一致、管线友好的游戏素材
|
||
</div>
|
||
|
||
<div class="mt-8 text-lg">
|
||
<b>团队</b>:栈无不胜 |
|
||
<b>赛道</b>:七牛云 XEngineer 暑期实训营
|
||
</div>
|
||
|
||
---
|
||
src: ./pages/problem.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/solution.md
|
||
---
|
||
|
||
---
|
||
section: '产品演示'
|
||
src: ./pages/pipeline.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/style-system.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/style-keys.md
|
||
---
|
||
|
||
---
|
||
section: '技术架构'
|
||
src: ./pages/architecture.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/tech-stack.md
|
||
---
|
||
|
||
---
|
||
section: '核心实现'
|
||
src: ./pages/eino-graph.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/prompt-agent.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/async-task.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/dedup-ws.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/data-model.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/deployment.md
|
||
---
|
||
|
||
---
|
||
section: '总结'
|
||
src: ./pages/highlights.md
|
||
---
|
||
|
||
---
|
||
src: ./pages/roadmap.md
|
||
---
|
||
|
||
---
|
||
layout: center
|
||
class: text-center
|
||
---
|
||
|
||
# 感谢聆听
|
||
|
||
<div class="text-xl mt-4 text-gray-400">
|
||
gen2D — 让 2D 游戏素材创作更简单
|
||
</div>
|
||
|
||
<div class="mt-8 text-lg">
|
||
🔗 <b>在线体验</b>:http://47.121.181.112:10000
|
||
</div>
|
||
|
||
<div class="mt-2 text-lg">
|
||
🎬 <b>B站视频</b>:https://www.bilibili.com/video/BV1jAGo6DEbC
|
||
</div>
|
||
|
||
<div class="mt-6 text-gray-400">
|
||
栈无不胜 · 七牛云 XEngineer 暑期实训营
|
||
</div>
|