docs: typography

This commit is contained in:
Simon
2026-01-30 16:34:27 +08:00
parent d11a2593b3
commit 6cd3e3726c
9 changed files with 61 additions and 29 deletions

View File

@@ -117,9 +117,7 @@ export default function Overview() {
<table className="w-full border-collapse border border-gray-300 dark:border-gray-600">
<thead>
<tr className="bg-gray-50 dark:bg-gray-800">
<th className="border border-gray-300 dark:border-gray-600 px-4 py-3 text-left">
{isZh ? '特性' : 'Feature'}
</th>
<th className="border border-gray-300 dark:border-gray-600 px-4 py-3 text-left"></th>
<th className="border border-gray-300 dark:border-gray-600 px-4 py-3 text-left">
page-agent
</th>

View File

@@ -29,7 +29,7 @@ export default function QuickStart() {
</span>
</div>
<CodeEditor
code={`<script src="${isZh ? CDN_DEMO_CN_URL : CDN_DEMO_URL}" crossorigin="true"></script>`}
code={`<script src="DEMO_CDN_URL" crossorigin="true"></script>`}
language="html"
/>
<table className="w-full border-collapse text-sm">