File tree Expand file tree Collapse file tree
src/content/docs/zh-cn/install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description: 如何通过 NPM、PNPM 或 Yarn 来手动安装 Astro。
55import Button from ' ~/components/Button.astro'
66import FileTree from ' ~/components/FileTree.astro' ;
77import 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
You can’t perform that action at this time.
0 commit comments