init: project scaffold
This commit is contained in:
18
.project.json
Normal file
18
.project.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user