Skip to content

Commit

Permalink
更新GUI内置文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Sep 10, 2023
1 parent c5d14a5 commit 8262e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3362,7 +3362,7 @@ def openBrowser_video(self):
QDesktopServices.openUrl(url)

def openBrowser_online_doc(self):
url = QUrl("http://ikaros521.eu.org/AI-Vtuber") # 指定要打开的网页地址
url = QUrl("https://ai.ie.cx/") # 指定要打开的网页地址
QDesktopServices.openUrl(url)

# 跳转到官方Q群
Expand All @@ -3375,7 +3375,7 @@ def alert_about(self):
about_str = """
项目地址:https://github.com/Ikaros-521/AI-Vtuber
视频教程:https://space.bilibili.com/3709626/channel/collectiondetail?sid=1422512
在线文档:http://ikaros521.eu.org/AI-Vtuber
在线文档:https://ai.ie.cx/
项目完全免费,如果您是在第三方平台购买了本项目,均为盗版,请及时止损(可怜的娃呀~)
"""
Expand Down

0 comments on commit 8262e3c

Please sign in to comment.