From 40f47b10ab2e0ecee739d46bef9f74ec2f16006e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:25:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=A0=E6=AD=A3=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated usage instructions for running the script. --- build/dev_deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dev_deploy.js b/build/dev_deploy.js index 0cbf56692..65c73fc67 100644 --- a/build/dev_deploy.js +++ b/build/dev_deploy.js @@ -4,7 +4,7 @@ const path = require('path'); // ================= 使用说明 ================= // 1. 请确保你是以bettergi-script-list完整仓库的环境运行此脚本 // 2. 请确保你本地配置了node.js环境 -// 3. 运行: node dev_deploy.js 脚本文件夹名 BGI目录。例:node build/dev_deploy.js test E:\BetterGIProject\BetterGI +// 3. 运行: node build/dev_deploy.js 脚本文件夹名 BGI目录。例:node build/dev_deploy.js test E:\BetterGIProject\BetterGI // 4. 脚本自动导入,会删除原有packages后导入新的packages,其他文件覆盖式导入 // ===========================================