- Next.js 15 + React 19 + Tailwind 骨架,端口 4560 - /api/generate:mock 模式(SVG 占位)+ Poe nano-banana-pro 真接口预留 - 九宫格 + 数字键 1-9 选中 / Shift+1-9 打叉,选中自动复制到 data/selected/ - 侧栏会话历史(来自 data/sessions/*.json) - 修 race condition:select state 改 functional setState - 修 svg+xml MIME 正则 - RULES.md 写清启动 / 环境变量 / 工作流 待办:申请新 Poe Key 后接入真生图(POE_API_KEY 环境变量) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
700 B
JSON
29 lines
700 B
JSON
{
|
|
"name": "AI玩具专利生成工作流",
|
|
"description": "批量生成毛绒玩具IP意向→快速筛选→自动出多角度/尺寸图,喂给专利申请",
|
|
"status": "active",
|
|
"kind": "tool",
|
|
"created": "2026-05-18",
|
|
"urls": [
|
|
{ "type": "app", "url": "http://localhost:4560", "label": "本地 dev" }
|
|
],
|
|
"credentials": [
|
|
{ "name": "POE_API_KEY", "env": "POE_API_KEY", "note": "调 nano-banana-pro 生图,没填则 mock" }
|
|
],
|
|
"ports": [
|
|
{
|
|
"port": 4560,
|
|
"label": "dev",
|
|
"fixed": true
|
|
}
|
|
],
|
|
"worklog": {
|
|
"path": ".memory/worklog.json",
|
|
"auto": true
|
|
},
|
|
"stack": [
|
|
"Next.js + nano-banana-pro"
|
|
],
|
|
"ownership": "personal"
|
|
}
|