feat(project): init

This commit is contained in:
2026-02-03 18:05:47 +08:00
commit f37a119eff
188 changed files with 29246 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
"use client"
import LabelContent from "@/components/label"
export default function ComponentLabelPictureStandalonePage() {
return (
<>
<LabelContent headerHeight={0} leftWidth={0} project_id={1} task_id={3} />
</>
)
}