init repo
This commit is contained in:
32
.project.json
Normal file
32
.project.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user