feat:完善信息
This commit is contained in:
@ -36,6 +36,9 @@ type Image struct {
|
||||
}
|
||||
|
||||
func (m *Image) Analysis(domain string) string {
|
||||
if m.Image == "" {
|
||||
return ""
|
||||
}
|
||||
return domain + m.Image
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user