fix: preserve weibo image metadata in shared md package

This commit is contained in:
Jim Liu 宝玉
2026-03-13 10:44:23 -05:00
parent 056fa06c3b
commit fc324319d8
5 changed files with 141 additions and 24 deletions
@@ -21,6 +21,7 @@ interface ImageInfo {
placeholder: string;
localPath: string;
originalPath: string;
alt?: string;
}
interface ParsedMarkdown {