Refine docs center content and correct Taipei settlement source

This commit is contained in:
2569718930@qq.com
2026-03-25 16:13:42 +08:00
parent 4e0ddfa771
commit 6d20d51bb9
5 changed files with 70 additions and 197 deletions
+14
View File
@@ -128,6 +128,20 @@ function BlockRenderer({ block }: { block: DocsPageContent["sections"][number]["
))}
</ul>
);
case "link":
return (
<div>
<a
href={block.href}
target="_blank"
rel="noreferrer"
className={styles.linkCard}
>
{block.label}
</a>
{block.caption ? <p className={styles.linkCaption}>{block.caption}</p> : null}
</div>
);
case "image":
return (
<figure>