diff --git a/README.md b/README.md index e08e367..75445ec 100755 --- a/README.md +++ b/README.md @@ -759,7 +759,7 @@ make install -j4 ``` ## 请作者喝杯茶 -如果您觉得 Wine 运行器对你有帮助,可以请作者喝杯茶 +如果您觉得 Wine 运行器对你有帮助,可以请作者喝杯茶 <img src="Icon/QR/Wechat.png" width="200" /> <img src="Icon/QR/Alipay.jpg" width="200" /> <img src="Icon/QR/QQ.png" width="200" > diff --git a/mainwindow.py b/mainwindow.py index ad68f47..c22dd4d 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2083,6 +2083,10 @@ def GetNewInformation(): global webInformation if bad: webInformation = QtWidgets.QTextBrowser() + webInformation.anchorClicked.connect(OpenUrl) + webInformation.setOpenLinks(False) + webInformation.setOpenExternalLinks(False) + else: webInformation = QtWebEngineWidgets.QWebEngineView() webInformation.setHtml(text)