docs: 添加关于脚本编码和换行符的注释
确保脚本使用 Windows CRLF 换行符和 UTF-8 编码,以提高可读性和跨平台一致性。
This commit is contained in:
parent
1ada4246ec
commit
3b345887d4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@echo off
|
||||
rem Ensure the script uses Windows CRLF line endings and UTF-8 encoding
|
||||
chcp 65001 >nul
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue