33 lines
605 B
JSON
33 lines
605 B
JSON
{
|
|
"name": "Sales CRM 仪表板",
|
|
"description": "v0 生成的销售 CRM 系统,含仪表盘/联系人/商机/任务/集成/设置,支持中英文切换",
|
|
"status": "active",
|
|
"kind": "app",
|
|
"created": "2026-04-05",
|
|
"ports": [
|
|
{
|
|
"port": 4440,
|
|
"label": "dev",
|
|
"fixed": true
|
|
}
|
|
],
|
|
"stack": [
|
|
"Next.js 15",
|
|
"React 19",
|
|
"shadcn/ui",
|
|
"Tailwind",
|
|
"Recharts"
|
|
],
|
|
"urls": [
|
|
{
|
|
"url": "http://localhost:4440",
|
|
"type": "app",
|
|
"label": "local"
|
|
}
|
|
],
|
|
"worklog": {
|
|
"path": ".memory/worklog.json",
|
|
"auto": true
|
|
}
|
|
}
|