feat:完善信息

This commit is contained in:
henry
2022-01-26 10:34:29 +08:00
parent 5c1278a500
commit 180f63de42
8 changed files with 83 additions and 63 deletions

View File

@ -36,6 +36,9 @@ type Image struct {
}
func (m *Image) Analysis(domain string) string {
if m.Image == "" {
return ""
}
return domain + m.Image
}