Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Sep 17, 2023
1 parent 1a4463a commit 3af2276
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions 小米845免受权9008工具.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 3af2276

Please sign in to comment.