init repo

This commit is contained in:
2026-04-25 23:10:25 +08:00
commit 1e76eb536c
14 changed files with 3640 additions and 0 deletions

30
.project.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "Vibe Motion",
"description": "Remotion 动效视频项目 — 用 AI 写代码生成专业动画视频",
"status": "active",
"kind": "app",
"created": "2026-03-19",
"ports": [
{
"port": 4062,
"label": "dev",
"fixed": true
}
],
"stack": [
"Remotion",
"React",
"TypeScript"
],
"urls": [
{
"url": "http://localhost:4062",
"type": "app",
"label": "local"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
}
}