更新代码

This commit is contained in:
JoeamAmier
2023-09-18 22:19:28 +08:00
parent 08f5bc1fac
commit a865468083
2 changed files with 4 additions and 3 deletions

View File

@@ -93,6 +93,6 @@ class XHSDownloader(App):
if __name__ == '__main__':
# example()
program()
# app = XHSDownloader()
# app.run()
# program()
app = XHSDownloader()
app.run()

View File

@@ -1,5 +1,6 @@
Button {
width: auto;
margin: 1 2;
}
RunMenu {
layout: horizontal;