增加跨平台兼容性

This commit is contained in:
2026-02-14 01:38:29 +08:00
parent e20c435e43
commit 19a94c45bb
6 changed files with 579 additions and 6 deletions

9
run.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# QuickGit 启动脚本 (Linux/macOS)
# 设置 UTF-8 编码
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
# 运行程序
python3 quickgit.py