This commit is contained in:
ct
2025-06-14 10:12:19 +08:00
parent 61923f4e1f
commit 8a732b3c31
8 changed files with 228 additions and 66 deletions

View File

@@ -64,10 +64,21 @@ class MemeMedia extends Model
'created_at',
'updated_at',
'deleted_at',
'type',
'sub_type',
'original_id',
'description',
'mov_uuid',
'webm_uuid',
'gif_uuid',
'webp_uuid',
// 'mov_url',
// 'webm_url',
'embedding',
];
protected $appends = [
'ids',
];
protected function ids(): Attribute