m2d#1675
Merged
Merged
Conversation
docs(guide): fix spacing
docs(guide): fix redundant translation
docs(guide): fix capitalization of Vite
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
此 PR 主要对中文文档的排版与措辞进行微调,统一中英文混排的空格与大小写,并修正文案中的重复表述,以提升可读性与一致性。
Changes:
- 统一中英文混排的空格(如 “SSR / API / Node.js”等)与链接周边排版
- 修正文案重复用词(troubleshooting 中“实现…实现…”)
- 统一品牌/术语大小写(如 “vite” → “Vite”)
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| guide/troubleshooting.md | 修正文案重复表述并保持列表排版一致 |
| guide/static-deploy.md | 调整链接前后空格,提升可读性 |
| guide/ssr.md | 增加 “SSR” 前后空格,统一中英文混排样式 |
| guide/philosophy.md | 统一 “API” 前后空格,改善排版一致性 |
| guide/performance.md | 调整 “Node.js” 前后空格;(同时该行存在引用链接编号不一致问题需修正) |
| guide/index.md | 统一 “Vite” 大小写,改善术语一致性 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 然而,社区插件的性能是 Vite 无法控制的,这可能会影响开发者的体验。在使用额外的 Vite 插件时,有一些事情可以注意: | ||
|
|
||
| 1. 只在特定情况下,大型依赖项应动态导入,以减少Node.js的启动时间。重构示例:[vite-plugin-react#212](https://github.com/vitejs/vite-plugin-react/pull/212) 和 [vite-plugin-pwa#224](https://github.com/vite-pwa/vite-plugin-pwa/pull/244)。 | ||
| 1. 只在特定情况下,大型依赖项应动态导入,以减少 Node.js 的启动时间。重构示例:[vite-plugin-react#212](https://github.com/vitejs/vite-plugin-react/pull/212) 和 [vite-plugin-pwa#224](https://github.com/vite-pwa/vite-plugin-pwa/pull/244)。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.