chore: 立项登记 .project.json + RULES.md

This commit is contained in:
2026-04-13 12:01:00 +08:00
parent f603dfa2b2
commit e92d5134b6
2 changed files with 44 additions and 0 deletions

17
.project.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "电商批量生图工作台",
"description": "服务 AI 设计工具 · 内部研发 — 表格驱动的批量生图工作流(底座选型中:Teable 首选 / NocoDB+n8n 退路)",
"status": "planning",
"created": "2026-04-13",
"ports": [
{"port": 4480, "label": "dev", "fixed": true}
],
"stack": ["Teable", "n8n", "Nano Banana Pro", "Poe API", "PostgreSQL"],
"deploy": {
"platform": "Coolify",
"domain": "ecom-image.kang-kang.com",
"type": "static-dockerfile",
"repo": "https://git.kang-kang.com/kangwan/ecom-image-workstation"
},
"tags": ["AI设计工具", "内部研发", "电商", "批量生图", "工作流"]
}