Skip to content

Commit

Permalink
修改文档地址
Browse files Browse the repository at this point in the history
懒得交pr了,直接在github改的
  • Loading branch information
0x0129 authored Sep 11, 2023
1 parent 03c4306 commit 962114e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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("https://ai.ie.cx/") # 指定要打开的网页地址
url = QUrl("https://luna.docs.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
在线文档:https://ai.ie.cx/
在线文档:https://luna.docs.ie.cx
项目完全免费,如果您是在第三方平台购买了本项目,均为盗版,请及时止损(可怜的娃呀~)
"""
Expand Down Expand Up @@ -3822,4 +3822,4 @@ def emit(self, record):
e = AI_VTB()

sys.exit(e.app.exec())


0 comments on commit 962114e

Please sign in to comment.