init: project scaffold

This commit is contained in:
2026-03-22 22:57:36 +08:00
commit 35696488f4
3 changed files with 47 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

18
.project.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "项目管家 macOS App",
"description": "macOS 原生菜单栏应用,统管项目记忆/端口/ASR进度",
"status": "active",
"created": "2026-03-22",
"ports": [
{
"port": 4140,
"label": "dev",
"fixed": true
}
],
"stack": [
"SwiftUI",
"Swift",
"macOS"
]
}

17
RULES.md Normal file
View File

@@ -0,0 +1,17 @@
# 项目管家 macOS App
## 启动
- `待补充` — 端口 4140
## 部署
- 平台:待定
- 域名:待定
## 环境变量
- 待补充
## 规则
- 待补充
## 注意事项
- 待补充