阶段更新

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

@@ -17,6 +17,11 @@ class Article extends Model
return route('article.show', $this);
}
public function getLogoUrlAttribute(): string
{
return $this->parseImageUrl($this->logo);
}
/***
* Notes: 获取详情内图片
* @Author: 玄尘