docs: 添加关于脚本编码和换行符的注释

确保脚本使用 Windows CRLF 换行符和 UTF-8 编码,以提高可读性和跨平台一致性。
This commit is contained in:
hex2077 2026-02-27 13:43:06 +08:00
parent 1ada4246ec
commit 3b345887d4

View file

@ -1,4 +1,5 @@
@echo off
rem Ensure the script uses Windows CRLF line endings and UTF-8 encoding
chcp 65001 >nul
setlocal enabledelayedexpansion