feat: MVP 跑通 — prompt → 批量生成 → 九宫格快筛 → 选中落盘
- 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>
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
"status": "active",
|
||||
"kind": "tool",
|
||||
"created": "2026-05-18",
|
||||
"urls": [],
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user