fix recipe ig post can't load problem

This commit is contained in:
2025-11-02 21:01:52 +08:00
parent 2f4e90f0c4
commit 144a362a16
4 changed files with 145 additions and 26 deletions

View File

@@ -4,4 +4,9 @@ interface Window {
parse: (element?: Element) => void;
};
};
instgrm?: {
Embeds?: {
process?: () => void;
};
};
}