阶段更新

This commit is contained in:
2021-10-11 15:56:12 +08:00
parent 11b9e2ae76
commit 3381820ba0
17 changed files with 319 additions and 534 deletions

View File

@@ -10,4 +10,9 @@ class Video extends Model
use HasCovers,
BelongsToCategory;
public function getLogoUrlAttribute(): string
{
return $this->parseImageUrl($this->logo);
}
}