fix(feishu): add blank line between functions for gci formatting

This commit is contained in:
ywj 2026-03-19 21:17:22 +08:00
parent 66afe31640
commit 00b05ed043

View file

@ -690,6 +690,7 @@ func (c *FeishuChannel) downloadResource(
return ref
}
// appendMediaTags appends media type tags to content (like Telegram's "[image: photo]").
// For interactive cards, media tags are not appended because content is raw JSON
// and appending would produce invalid JSON format.