Skip to content

d2m#1530

Merged
thinkasany merged 8 commits into
mainfrom
dev
Jan 23, 2026
Merged

d2m#1530
thinkasany merged 8 commits into
mainfrom
dev

Conversation

@thinkasany

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 23, 2026 16:03
@vercel

vercel Bot commented Jan 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
cn-vitejs-dev Ready Ready Preview, Comment Jan 23, 2026 4:03pm

Request Review

@thinkasany thinkasany merged commit 5cc5cba into main Jan 23, 2026
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Chinese documentation for static deployment in the Vite guide. The changes simplify the deployment instructions by removing verbose code examples and consolidating information into more concise text.

Changes:

  • Condensed deployment instructions for Netlify CLI, Vercel CLI, Firebase, Surge, and Render by removing example code blocks
  • Added explicit installation commands directly in the step descriptions
  • Updated Netlify CLI documentation URL to the official getting started guide
  • Introduced code-group formatting for Firebase configuration files
  • Minor formatting improvements (removed extra blank lines, combined related text)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread guide/static-deploy.md
### Vercel CLI {#vercel-cli}

1. 安装 [Vercel CLI](https://vercel.com/cli) 并运行 `vercel` 来部署
1. 通过 `npm i -g vercel` 命令安装 [Vercel CLI](https://vercel.com/cli),然后运行 vercel 命令完成部署

Copilot AI Jan 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "vercel" should be wrapped in backticks to match the convention used throughout the document when referring to commands. It should read: "然后运行 vercel 命令完成部署" instead of "然后运行 vercel 命令完成部署".

Suggested change
1. 通过 `npm i -g vercel` 命令安装 [Vercel CLI](https://vercel.com/cli),然后运行 vercel 命令完成部署。
1. 通过 `npm i -g vercel` 命令安装 [Vercel CLI](https://vercel.com/cli),然后运行 `vercel` 命令完成部署。

Copilot uses AI. Check for mistakes.
Comment thread guide/static-deploy.md
1. 安装 [Netlify CLI](https://cli.netlify.com/)
2. 使用 `ntl init` 创建一个新站点。
3. 使用 `ntl deploy` 来部署。
1. 通过 `npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)

Copilot AI Jan 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra space before the Chinese period at the end of this line. It should be ) 。)。 to match the convention used throughout the document (e.g., lines 227, 231, 237, etc.).

Suggested change
1. 通过 `npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)
1. 通过 `npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants