support thumb url

This commit is contained in:
Shen Junzheng
2025-04-19 18:21:02 +08:00
parent a745519451
commit 977194b5cf
7 changed files with 126 additions and 37 deletions

View File

@@ -96,7 +96,7 @@ func (m *MessageV3) Wrap() *Message {
if len(parts) > 1 {
path = strings.Join(parts[1:], "/")
}
_m.Contents["path"] = path
_m.Contents["videofile"] = path
}
}
}