today update

This commit is contained in:
dengrb1
2023-07-25 23:59:27 +08:00
committed by GitHub
parent 994d4cc179
commit fa115b8b32
9 changed files with 57 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ bt_fh = Button(frame, text='返回', command=fh)
# pack
Label(root, text='web类安装').pack()
bt_fh.pack()
bt_d.pack()
bt_r.pack()
bt_d.pack()
@@ -78,7 +79,7 @@ bt_fastapi.pack()
bt_sanic.pack()
bt_nameko.pack()
bt_pydantic.pack()
bt_fh.pack()
# mainloop