阶段更新
This commit is contained in:
@@ -17,6 +17,11 @@ class Article extends Model
|
||||
return route('article.show', $this);
|
||||
}
|
||||
|
||||
public function getLogoUrlAttribute(): string
|
||||
{
|
||||
return $this->parseImageUrl($this->logo);
|
||||
}
|
||||
|
||||
/***
|
||||
* Notes: 获取详情内图片
|
||||
* @Author: 玄尘
|
||||
|
||||
Reference in New Issue
Block a user