File tree Expand file tree Collapse file tree
src/content/docs/zh-cn/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: API 参考
33---
44import Since from ' ~/components/Since.astro' ;
55import 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
You can’t perform that action at this time.
0 commit comments