Support chinese variant, QQ object in launcher and some code optimizations

This commit is contained in:
2022-02-16 00:49:33 +07:00
parent 048a7ac9d0
commit c22918673b
19 changed files with 389 additions and 58 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
from worthless import gui
import gui as gui
if __name__ == '__main__':
gui.main()