diff --git a/.memory/worklog.json b/.memory/worklog.json index bc70d89..119c625 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T08:13:34+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 08:13 (~1)", - "hash": "5cd2596", - "files_changed": 1 - }, { "ts": "2026-04-23T08:19:25+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 18:02 (~1)", "hash": "7496aeb", "files_changed": 1 + }, + { + "ts": "2026-04-25T18:07:53+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 18:07 (~1)", + "hash": "5eb26ce", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 7878ae0..069a29f 100644 --- a/.project.json +++ b/.project.json @@ -1,17 +1,25 @@ { - "created" : "2026-04-05", - "description" : "定制化开源项目以适配公司内部需求,整合企业内部常用工具和平台", - "kind" : "app", - "name" : "公司内部使用系统", - "ports" : [ + "name": "公司内部使用系统", + "description": "定制化开源项目以适配公司内部需求,整合企业内部常用工具和平台", + "status": "active", + "kind": "app", + "created": "2026-04-05", + "ports": [ { - "fixed" : true, - "label" : "dev", - "port" : 4450 + "port": 4450, + "label": "dev", + "fixed": true } ], - "status" : "active", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/code\/20260405-公司内部使用系统\/.memory\/worklog.json" + "urls": [ + { + "url": "http://localhost:4450", + "type": "app", + "label": "local" + } + ], + "worklog": { + "path": ".memory/worklog.json", + "auto": true } }