0.3.5 共享功能修复

This commit is contained in:
liaibo
2026-01-24 12:32:51 +08:00
parent 25923f308c
commit 3c3f407f4b
44 changed files with 3754 additions and 420 deletions
@@ -81,6 +81,8 @@ export async function GET(request: Request) {
file_name: asset.file_name,
mime_type: asset.mime_type,
file_size: asset.file_size,
storage_id: (asset as any)?.storage_id ?? null,
updated_at: (asset as any)?.updated_at ?? null,
},
});
}