chore: save snapshot before tag 0.3

This commit is contained in:
liaibo
2025-12-27 20:23:35 +08:00
parent 9bd5c9c403
commit c0b7b40eee
508 changed files with 2097 additions and 356976 deletions
+12
View File
@@ -288,9 +288,13 @@ export type Database = {
asset_type: string;
file_url: string | null;
thumbnail_url: string | null;
bucket: string | null;
storage_path: string | null;
file_name: string | null;
file_size: number | null;
mime_type: string | null;
ocr_payload: Json | null;
ocr_strategy: string | null;
ocr_text: string | null;
ocr_status: string | null;
created_by: string | null;
@@ -304,9 +308,13 @@ export type Database = {
asset_type?: string;
file_url?: string | null;
thumbnail_url?: string | null;
bucket?: string | null;
storage_path?: string | null;
file_name?: string | null;
file_size?: number | null;
mime_type?: string | null;
ocr_payload?: Json | null;
ocr_strategy?: string | null;
ocr_text?: string | null;
ocr_status?: string | null;
created_by?: string | null;
@@ -320,9 +328,13 @@ export type Database = {
asset_type?: string;
file_url?: string | null;
thumbnail_url?: string | null;
bucket?: string | null;
storage_path?: string | null;
file_name?: string | null;
file_size?: number | null;
mime_type?: string | null;
ocr_payload?: Json | null;
ocr_strategy?: string | null;
ocr_text?: string | null;
ocr_status?: string | null;
created_by?: string | null;