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

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
build/
.env
.env.local
.env.production
__pycache__/
*.pyc
.DS_Store
.vscode/
.idea/
*.log

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
}
]
}

17
RULES.md Normal file
View File

@@ -0,0 +1,17 @@
# 公司内部使用系统
## 启动
- `待补充` — 端口 4450
## 部署
- 平台:待定
- 域名:待定
## 环境变量
- 待补充
## 规则
- 待补充
## 注意事项
- 待补充