This commit is contained in:
ct
2025-07-15 20:03:10 +08:00
parent b54e4f2092
commit 096f515f58
15 changed files with 1161 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ class MemeMedia extends Model
'action_keywords',
'emotion_keywords',
'misc_keywords',
'image_hash',
];
protected $hidden = [
@@ -86,6 +87,7 @@ class MemeMedia extends Model
// 'mov_url',
// 'webm_url',
'embedding',
'image_hash',
];
protected $appends = [