修复Windows批处理脚本问题

- 解决中文字符编码问题
- 修复语法错误和参数传递
- 改用英文界面提高兼容性
- 增强错误处理逻辑
This commit is contained in:
KQL
2025-09-24 14:30:50 +08:00
parent 743c8d4d67
commit e4271911a6
2 changed files with 98 additions and 103 deletions

View File

@@ -14,7 +14,9 @@
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git rm:*)"
"Bash(git rm:*)",
"Bash(git push:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []