AI

AI Gallery

灵感库

AI Gallery6 个作品

AI Gallery · 让 AI 能力落地的展厅

这里是团队投放 AI 想法的地方:多模态交互、生成式动效、智能助手 UI……只要放进 Gallery,就能以最直观的方式展示「AI 如何改变产品体验」。

Gallery

作品速览

如何为 AI Gallery 添加作品

Follow the workflow

Fork 仓库

# 在 GitHub 上 Fork
https://github.com/peacewang/fast-ai-gallery
# 或使用 CLI
gh repo fork peacewang/fast-ai-gallery --clone

复制模板

mkdir -p src/app/my-demo
cp src/app/poetry/page.tsx src/app/my-demo/page.tsx

添加 metadata

# src/app/my-demo/demo.json
{
  "title": "My Demo",
  "description": "一句话描述",
  "image": "cover.jpg"
}

放置封面

# 将封面图放在该目录
cp ~/Downloads/cover.png src/app/my-demo/cover.png