26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"name": "公司内部使用系统",
|
|
"description": "定制化开源项目以适配公司内部需求,整合企业内部常用工具和平台",
|
|
"status": "active",
|
|
"kind": "app",
|
|
"created": "2026-04-05",
|
|
"ports": [
|
|
{
|
|
"port": 4450,
|
|
"label": "dev",
|
|
"fixed": true
|
|
}
|
|
],
|
|
"urls": [
|
|
{
|
|
"url": "http://localhost:4450",
|
|
"type": "app",
|
|
"label": "local"
|
|
}
|
|
],
|
|
"worklog": {
|
|
"path": ".memory/worklog.json",
|
|
"auto": true
|
|
}
|
|
}
|