新增案例库列表和详情页

This commit is contained in:
czj
2026-07-08 13:59:26 +08:00
parent 1f382c280c
commit c9ca93faa0
13 changed files with 1323 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
import { CaseList } from "../../components/cases/case-list";
export default function CasesPage() {
return <CaseList />;
}