first commit

This commit is contained in:
toom1996
2025-06-19 14:25:18 +08:00
commit 022e7a68c3
68 changed files with 10858 additions and 0 deletions

7
utils/ldjson.ts Normal file
View File

@ -0,0 +1,7 @@
export function baiduLdjson(json: any) {
return `
<script type="application/ld+json">
${JSON.stringify(json)}
</script>
`
}