init: project scaffold

This commit is contained in:
2026-03-27 15:01:48 +08:00
commit 1c5a00277a
4 changed files with 88 additions and 0 deletions

13
.project.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Qwen 3D Camera Control",
"description": "Qwen Image Edit 2511 多角度 LoRA - AI 图像视角调整工具",
"status": "active",
"created": "2026-03-27",
"ports": [
{
"port": 4320,
"label": "dev",
"fixed": true
}
]
}