From 71e42968ef46e3c371ebb417727a5394e04c5107 Mon Sep 17 00:00:00 2001 From: qing <919836565@qq.com> Date: Fri, 27 Sep 2024 10:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=9C=E8=89=B2=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android.py b/android.py index 8474c6a..638de55 100644 --- a/android.py +++ b/android.py @@ -783,6 +783,10 @@ class Pan123: if __name__ == "__main__": + # 用于解决windows下cmd颜色转义乱码问题 + if os.name == "nt": + os.system("") + pan = Pan123(readfile=True, input_pwd=True) pan.show() while True: