Wrap game resource info from the server

Also add function to get the diff archive (for faster updating)

Download function soon, although I can't make sure that the download function will work properly (like pause, resume download etc.)
This commit is contained in:
2022-02-16 22:18:56 +07:00
parent 81fbdec553
commit da3ee30ab1
14 changed files with 227 additions and 84 deletions

View File

@ -1,7 +1,8 @@
from worthless.classes.launcher import background, banner, iconbutton, iconotherlink, info, post
from worthless.classes.launcher import background, banner, iconbutton, iconotherlink, info, post, qq
Background = background.Background
Banner = banner.Banner
IconButton = iconbutton.IconButton
IconOtherLink = iconotherlink.IconOtherLink
Info = info.Info
Post = post.Post
QQ = qq.QQ