init repo

This commit is contained in:
2026-04-25 21:52:01 +08:00
commit 1a9ddce26b
105 changed files with 14183 additions and 0 deletions

32
.project.json Normal file
View 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
}
}