美化控制台输出,修复添加文件失败问题,移除矩形边框改用简洁线条

This commit is contained in:
2026-02-14 01:23:03 +08:00
parent ca8ff7db82
commit abf5d4311d
5 changed files with 215 additions and 80 deletions

4
run.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
chcp 65001 >nul
python quickgit.py
pause