From 29a26a75d5650a80b9e3f3c73ae3876c56018f01 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Thu, 27 Nov 2025 19:44:06 +0800 Subject: [PATCH] i18n(zh-cn): Update `editor-setup.mdx` --- src/content/docs/zh-cn/editor-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/zh-cn/editor-setup.mdx b/src/content/docs/zh-cn/editor-setup.mdx index 641cdeb30e195..0b487089c33da 100644 --- a/src/content/docs/zh-cn/editor-setup.mdx +++ b/src/content/docs/zh-cn/editor-setup.mdx @@ -73,7 +73,7 @@ import ReadMore from '~/components/ReadMore.astro'; ### Biome -[Biome](https://biomejs.dev/) 是一个面向 Web 的 all-in-one 的 linter 和 formatter。 [Biome 目前对 `.astro` 文件有部分支持](https://biomejs.dev/internals/language-support/#html-super-languages-support),可用于检查和格式化 `.astro` 文件中的 frontmatter。 +[Biome](https://biomejs.dev/) 是一个面向 Web 的 all-in-one 的 linter 和 formatter。 [Biome 目前对 `.astro` 文件有实验性的支持](https://biomejs.dev/internals/language-support/#html-super-languages-support),可用于检查和格式化 `.astro` 文件中的 frontmatter。 ### Prettier