init: project scaffold
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
20
.project.json
Normal file
20
.project.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "手机 GUI Agent 自动操控",
|
||||
"description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
|
||||
"status": "active",
|
||||
"created": "2026-03-28",
|
||||
"ports": [
|
||||
{
|
||||
"port": 4380,
|
||||
"label": "dev",
|
||||
"fixed": true
|
||||
}
|
||||
],
|
||||
"stack": [
|
||||
"Python",
|
||||
"ADB",
|
||||
"scrcpy",
|
||||
"Qwen2.5-VL",
|
||||
"FastAPI"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user