修改SNAPI内部路径,修改UA头
This commit is contained in:
@@ -3,5 +3,5 @@ import webview
|
||||
def WebViewWIndow(url: str,title: str,width: int,height: int):#创建Webview窗口
|
||||
webview.create_window(title=title, url=url, width=width, height=height)
|
||||
webview.settings['ALLOW_DOWNLOADS'] = True
|
||||
webview.start(icon="./assets/img/icon.png")
|
||||
webview.start(icon="./assets/img/icon.ico")
|
||||
exit(0)
|
Reference in New Issue
Block a user