init: project scaffold

This commit is contained in:
2026-03-28 20:56:31 +08:00
commit 33a076026a
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": "微软开源 Image-to-3D 生成模型4B参数支持PBR材质",
"status": "active",
"created": "2026-03-28",
"ports": [
{
"port": 4360,
"label": "dev",
"fixed": true
}
]
}