From c6cec4ae137fdbf0dcf2cdf66b3f9d2f0356ff74 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:57:01 +0800 Subject: [PATCH] =?UTF-8?q?chore(docs):=20=E7=AE=80=E5=8C=96=20VitePress?= =?UTF-8?q?=20=E8=84=9A=E6=9C=AC=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 docs:dev 脚本重命名为 dev - 将 docs:build 脚本重命名为 build - 将 docs:preview 脚本重命名为 preview - 移除脚本名称中的 docs: 前缀以简化命令使用 --- docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 453a06a..6c19268 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,8 +6,8 @@ "vue": "^3.5.28" }, "scripts": { - "docs:dev": "vitepress dev", - "docs:build": "vitepress build", - "docs:preview": "vitepress preview" + "dev": "vitepress dev", + "build": "vitepress build", + "preview": "vitepress preview" } } \ No newline at end of file