This commit is contained in:
2021-09-11 16:38:31 +08:00
parent 8057f2a596
commit d105f85510
24 changed files with 691 additions and 1316 deletions

View File

@@ -421,6 +421,9 @@ programmenu.add_command(label="退出程序", command=window.quit) # 设置“
combobox1['value'] = findApkHistory
textbox1.configure(state=tk.DISABLED)
textbox1.config(foreground='white', background='black')
# 如果有参数
if len(sys.argv) > 1:
combobox1.set(sys.argv[1])
# 设置窗口
style = ttkthemes.ThemedStyle(win)
style.set_theme("breeze")