From 3b345887d44125daedc46cc523bc3cf8ed8ab9d2 Mon Sep 17 00:00:00 2001 From: hex2077 Date: Fri, 27 Feb 2026 13:43:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=BC=96=E7=A0=81=E5=92=8C=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 确保脚本使用 Windows CRLF 换行符和 UTF-8 编码,以提高可读性和跨平台一致性。 --- install-and-run.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/install-and-run.bat b/install-and-run.bat index 1088a09..1306bce 100755 --- a/install-and-run.bat +++ b/install-and-run.bat @@ -1,4 +1,5 @@ @echo off +rem Ensure the script uses Windows CRLF line endings and UTF-8 encoding chcp 65001 >nul setlocal enabledelayedexpansion