mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-06-07 15:45:58 +08:00
优化公告链接打开
This commit is contained in:
parent
800c523935
commit
a4e8b17ac5
@ -759,7 +759,7 @@ make install -j4
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 请作者喝杯茶
|
## 请作者喝杯茶
|
||||||
如果您觉得 Wine 运行器对你有帮助,可以请作者喝杯茶
|
如果您觉得 Wine 运行器对你有帮助,可以请作者喝杯茶
|
||||||
<img src="Icon/QR/Wechat.png" width="200" />
|
<img src="Icon/QR/Wechat.png" width="200" />
|
||||||
<img src="Icon/QR/Alipay.jpg" width="200" />
|
<img src="Icon/QR/Alipay.jpg" width="200" />
|
||||||
<img src="Icon/QR/QQ.png" width="200" >
|
<img src="Icon/QR/QQ.png" width="200" >
|
||||||
|
@ -2083,6 +2083,10 @@ def GetNewInformation():
|
|||||||
global webInformation
|
global webInformation
|
||||||
if bad:
|
if bad:
|
||||||
webInformation = QtWidgets.QTextBrowser()
|
webInformation = QtWidgets.QTextBrowser()
|
||||||
|
webInformation.anchorClicked.connect(OpenUrl)
|
||||||
|
webInformation.setOpenLinks(False)
|
||||||
|
webInformation.setOpenExternalLinks(False)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
webInformation = QtWebEngineWidgets.QWebEngineView()
|
webInformation = QtWebEngineWidgets.QWebEngineView()
|
||||||
webInformation.setHtml(text)
|
webInformation.setHtml(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user