init: project scaffold

This commit is contained in:
2026-04-05 14:49:14 +08:00
commit 28fadf2e08
3 changed files with 42 additions and 0 deletions

13
.project.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "公司内部使用系统",
"description": "定制化开源项目以适配公司内部需求,整合企业内部常用工具和平台",
"status": "active",
"created": "2026-04-05",
"ports": [
{
"port": 4450,
"label": "dev",
"fixed": true
}
]
}