This commit is contained in:
dengrb1
2023-05-08 18:02:44 +08:00
committed by GitHub
parent 90de1cc2c9
commit 8b21319bc8
2 changed files with 43 additions and 1 deletions

View File

@@ -31,9 +31,12 @@ def update():
open_exe("update")
def quit_exe():
os.system('taskkill -f -t -im aiyunos.exe')
os.system('taskkill -f -t -im qdymys.exe')
os.system('taskkill -f -t -im wuguokai.exe')
os.system('taskkill -f -t -im extkj.exe')
os.system('taskkill -f -t -im bnu120.exe')
os.system('taskkill -f -t -im lbbai.exe')
os.system('taskkill -f -t -im chat_command.exe')
os.system('taskkill -f -t -im python.exe')
sys.exit()