This commit is contained in:
2025-03-16 13:42:53 +08:00
parent a909854e4c
commit e169585a99
52 changed files with 425 additions and 73 deletions

7
src/types/global.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
interface Window {
FB?: {
XFBML: {
parse: (element?: Element) => void;
};
};
}