init: project scaffold

This commit is contained in:
2026-03-31 21:26:37 +08:00
commit 5d12d3dc89
4 changed files with 88 additions and 0 deletions

13
.project.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "TRELLIS.2 3D生成模型",
"description": "微软开源图像转3D模型40亿参数支持PBR材质",
"status": "active",
"created": "2026-03-31",
"ports": [
{
"port": 4400,
"label": "dev",
"fixed": true
}
]
}