Skip to content

feat: 扩展用户Dashboard - 添加DashboardLayout和多个子页面(files/shares/favorites/… #45

feat: 扩展用户Dashboard - 添加DashboardLayout和多个子页面(files/shares/favorites/…

feat: 扩展用户Dashboard - 添加DashboardLayout和多个子页面(files/shares/favorites/… #45

Triggered via push October 7, 2025 18:38
Status Success
Total duration 2m 48s
Artifacts

ci.yml

on: push
Lint & Type Check
37s
Lint & Type Check
Build Application
2m 3s
Build Application
Run Tests
39s
Run Tests
Deploy Preview (Info)
0s
Deploy Preview (Info)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Type Check: src/app/api/favorites/route.ts#L100
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/route.ts#L68
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/route.ts#L20
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/route.ts#L11
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/[id]/route.ts#L80
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/[id]/route.ts#L68
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/[id]/route.ts#L27
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/api/favorites/[id]/route.ts#L14
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Lint & Type Check: src/app/admin/files/page.tsx#L554
Type '{ className: string; title: string; }' is not assignable to type 'IntrinsicAttributes & Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>'.
Lint & Type Check: src/app/admin/files/page.tsx#L551
Type '{ className: string; title: string; }' is not assignable to type 'IntrinsicAttributes & Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>'.