Skip to content

Commit 3291896

Browse files
committed
i18n(zh-cn): Update manual.mdx
1 parent b2a5767 commit 3291896

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/content/docs/zh-cn/install/manual.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: 如何通过 NPM、PNPM 或 Yarn 来手动安装 Astro。
55
import Button from '~/components/Button.astro'
66
import FileTree from '~/components/FileTree.astro';
77
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
8+
import ReadMore from '~/components/ReadMore.astro'
89

910
如果你不想使用[自动化 CLI 工具](/zh-cn/install/auto/),本指南将引导你完成手动安装和配置新 Astro 项目的步骤。
1011

@@ -148,7 +149,7 @@ export default defineConfig({});
148149
如果你想集成像 React、Svelte 这样的[UI 框架组件](/zh-cn/core-concepts/framework-components/)或是使用其他类似 Tailwind 或 Partytown 这样的工具,你可以在[手动导入并配置集成](/zh-cn/guides/integrations-guide/)章节内获取更多信息。
149150

150151

151-
📚 阅 读Astro 的[API配置参考](/zh-cn/reference/configuration-reference/)章节可以获得更多内容。
152+
<ReadMore>阅读 Astro 的 [API 配置参考](/zh-cn/reference/configuration-reference/) 章节来获得更多内容。</ReadMore>
152153

153154
## 6. 添加 TypeScript 支持
154155

@@ -170,7 +171,7 @@ TypeScript 使用`tsconfig.json`进行配置。即使你不编写 TypeScript 代
170171
/// <reference types="astro/client" />
171172
```
172173

173-
📚 阅读 Astro 的 [TypeScript 设置指南](/zh-cn/guides/typescript/#设置)以获取更多信息。
174+
<ReadMore> 阅读 Astro 的 [TypeScript 设置指南](/zh-cn/guides/typescript/#设置) 来获取更多信息。</ReadMore>
174175

175176
## 7. 接下来
176177

0 commit comments

Comments
 (0)