diff --git "a/\345\260\217\347\261\263845\345\205\215\345\217\227\346\235\2039008\345\267\245\345\205\267.py" "b/\345\260\217\347\261\263845\345\205\215\345\217\227\346\235\2039008\345\267\245\345\205\267.py" index d86f864..5f3953c 100644 --- "a/\345\260\217\347\261\263845\345\205\215\345\217\227\346\235\2039008\345\267\245\345\205\267.py" +++ "b/\345\260\217\347\261\263845\345\205\215\345\217\227\346\235\2039008\345\267\245\345\205\267.py" @@ -253,8 +253,7 @@ def next(name): self.qh.pack() def init_about(self): - self.GY_button = Button(self.about, text='关于', command=self.GY, width=20) - self.GY_button.pack(padx=5, pady=5) + Label(self.about, text='MEDL845 V3.2', font=(None, 17)).pack(padx=5, pady=5) self.GY_button = Button(self.about, text='查看说明', command=lambda: cz(os.system, 'start res/SM.png'), width=20) self.GY_button.pack(padx=5, pady=5) @@ -324,11 +323,6 @@ def BL(self): '\n版本以上系统自行拆机短接9008降级到MIUI9.6以下最好是出厂系统后再用此工具解锁BL') call('res/BL.exe') - def GY(self): - messagebox.showinfo('关于', - 'MEDL845 V3.2 \n版权: ColdWindScholar | XEKNICE | AGXMX ' - '\n工具箱官网:miui845.agxmx.top\n2023年9月16日') - if __name__ == '__main__': root = MyTool()