Skip to content

Commit 6eb52d4

Browse files
committed
i18n(zh-cn): Update api-reference.mdx
1 parent 5caaf0f commit 6eb52d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/zh-cn/reference/api-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: API 参考
33
---
44
import Since from '~/components/Since.astro';
55
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
6-
6+
import ReadMore from '~/components/ReadMore.astro';
77

88
## `Astro` global
99

@@ -130,9 +130,9 @@ import Heading from '../components/Heading.astro';
130130
<Heading title="我的第一篇文章" date="09 Aug 2022" />
131131
```
132132

133-
📚 进一步了解 [Markdown 和 MDX 布局](/zh-cn/guides/markdown-content/#frontmatter-layout)如何处理 props
133+
<ReadMore>进一步了解关于 [Markdown 和 MDX 布局](/zh-cn/guides/markdown-content/#frontmatter-layout) 如何处理 props 的内容。</ReadMore>
134134

135-
📚 了解如何为你的 props 添加 [TypeScript 类型定义](/zh-cn/guides/typescript/#组件参数)
135+
<ReadMore>了解如何为你的 props 添加 [TypeScript 类型定义](/zh-cn/guides/typescript/#组件参数) 的内容。</ReadMore>
136136

137137

138138

0 commit comments

Comments
 (0)