diff --git a/.project.json b/.project.json index 8891f9a..0b4cb40 100644 --- a/.project.json +++ b/.project.json @@ -1,17 +1,22 @@ { - "created" : "2026-03-26", - "description" : "开源 BI 系统 Metabase 与 Apache Superset 详细对比分析", - "kind" : "analysis", - "name" : "BI 系统对比:Metabase vs Superset", - "ports" : [ + "name": "BI 系统对比:Metabase vs Superset", + "description": "开源 BI 系统 Metabase 与 Apache Superset 详细对比分析", + "status": "active", + "kind": "analysis", + "created": "2026-03-26", + "ports": [ { - "fixed" : true, - "label" : "dev", - "port" : 4180 + "port": 4180, + "label": "dev", + "fixed": true } ], - "status" : "active", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/research\/20260326-BI系统对比\/.memory\/worklog.json" + "stack": [ + "HTML" + ], + "urls": [], + "worklog": { + "path": ".memory/worklog.json", + "auto": true } }