Commit 812b9555 by BellCodeEditor

save project

parent c09a758d
Showing with 3 additions and 3 deletions
......@@ -29,7 +29,7 @@ def register(): # 注册验证
with open("user.txt","w",encoding="utf-8") as file:
file.write(content)
messagebox.showinfo("恭喜","你是正常人")
login_show()
app_login_show()
def login(): # 登录验证
pass
......
{"admin": "123456"}
\ No newline at end of file
{"admin": "123456", "b": "b"}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment