refactor: rewrite and expand mock data into modular files

This commit is contained in:
zetaloop
2026-02-21 00:24:03 +08:00
parent 44669d5606
commit 7ed7bad975
47 changed files with 1891 additions and 767 deletions
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select"
import { Textarea } from "@/components/ui/textarea"
import { GameIcon } from "@/lib/game-icons"
import { mockGames } from "@/lib/mock-data"
import { mockGames } from "@/lib/mock"
const serviceSchema = z.object({
title: z.string().min(2, "标题至少2个字符"),
+1 -1
View File
@@ -11,7 +11,7 @@ import {
TableHeader,
TableRow,
} from "@/components/ui/table"
import { mockServices } from "@/lib/mock-data"
import { mockServices } from "@/lib/mock"
export default function ServicesPage() {
return (