Skip to content

Commit

Permalink
i18n(zh-cn): Update dev-toolbar.mdx (#11097)
Browse files Browse the repository at this point in the history
Co-authored-by: liruifengv <[email protected]>
  • Loading branch information
Nin3lee and liruifengv authored Mar 3, 2025
1 parent 28dbbc6 commit 72dd77a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/zh-cn/guides/dev-toolbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import RecipeLinks from "~/components/RecipeLinks.astro";

当开发服务器运行时,Astro 会在你本地浏览器预览的每个页面底部包含一个开发者工具栏。

此工具栏包含许多有用的工具,用于在开发过程中调试和检查你的网站,并且可以在集成目录中找到 [更多开发者工具栏应用](#扩展开发工具栏) 进行扩展。你甚至可以使用 [开发者工具栏 API](/zh-cn/reference/dev-toolbar-app-reference/)[构建你自己的工具栏应用](/zh-cn/recipes/making-toolbar-apps/)
此工具栏包含许多有用的工具,用于在开发过程中调试和检查你的网站,并且可以在集成目录中找到 [更多开发者工具栏应用](#扩展开发者工具栏) 进行扩展。你甚至可以使用 [开发者工具栏 API](/zh-cn/reference/dev-toolbar-app-reference/)[构建你自己的工具栏应用](/zh-cn/recipes/making-toolbar-apps/)

此工具栏默认启用,并在你将鼠标悬停在页面底部时出现。它仅是一个开发工具,并不会在你的发布网站上出现。

Expand Down Expand Up @@ -35,13 +35,13 @@ Audit 应用会自动在当前页面上运行一系列审计,检查最常见

### Settings

Settings 应用程序允许你为开发工具栏配置选项,例如详细日志记录、禁用通知以及调整其在屏幕上的位置。
Settings 应用程序允许你为开发者工具栏配置选项,例如详细日志记录、禁用通知以及调整其在屏幕上的位置。

## 扩展开发工具栏
## 扩展开发者工具栏

Astro 集成可以向开发工具栏添加新的应用,允许你使用特定于你的项目的自定义工具来扩展它。你可以在 [集成目录中找到更多开发工具应用进行安装](https://astro.build/integrations/?search=&categories%5B%5D=toolbar) 或使用 [Astro Menu](#astro-menu)
Astro 集成可以向开发者工具栏添加新的应用,允许你使用特定于你的项目的自定义工具来扩展它。你可以在 [集成目录中找到更多开发工具应用进行安装](https://astro.build/integrations/?search=&categories%5B%5D=toolbar) 或使用 [Astro Menu](#astro-menu)

根据各自的安装说明,像安装任何其他 [Astro 集成](/zh-cn/guides/integrations-guide/) 一样,在你的项目中安装额外的开发工具栏应用集成
根据各自的安装说明,像安装任何其他 [Astro 集成](/zh-cn/guides/integrations-guide/) 一样,在你的项目中安装额外的开发者工具栏应用集成

<RecipeLinks slugs={["zh-cn/recipes/making-toolbar-apps"]} />

Expand Down

0 comments on commit 72dd77a

Please sign in to comment.