chatWEb
This commit is contained in:
2
xjai.pyw
2
xjai.pyw
@@ -9,7 +9,7 @@ class Browser(QMainWindow):
|
||||
self.setWindowTitle('浏览器')
|
||||
|
||||
self.browser = QWebEngineView()
|
||||
self.browser.setUrl(QUrl('https://home.xjai.cc'))
|
||||
self.browser.setUrl(QUrl('https://chat13.aitianhu.top'))
|
||||
self.setCentralWidget(self.browser)
|
||||
|
||||
refresh_button = QAction('刷新', self)
|
||||
|
||||
Reference in New Issue
Block a user