feat: cloud upload - multi-image, category select, capture time, progress bar

This commit is contained in:
2026-05-21 01:14:19 +08:00
parent d4b07fba58
commit cb2581afb2
5 changed files with 650 additions and 6 deletions
+4 -2
View File
@@ -12,13 +12,15 @@ export interface CloudType {
export interface Cloud {
id: string
user_id: string
cloud_type_id: number
cloud_type_id: number | null
custom_cloud_type: string | null
image_url: string
thumbnail_url: string | null
latitude: number | null
longitude: number | null
location_name: string | null
weather: string | null
description: string | null
captured_at: string | null
status: 'pending' | 'approved' | 'rejected'
is_hidden: boolean
created_at: string