Skip to content

Commit

Permalink
Fix: actor info database url
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 5, 2024
1 parent a2daa3a commit 1504037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/main_window/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def n(a): ... # mousePressEvent 的返回值必须是 None, 用这个包装一
'https://www.dropbox.com/sh/vkbxawm6mwmwswr/AADqZiF8aUHmK6qIc7JSlURIa'))
self.Ui.label_get_cookie_url.mousePressEvent = lambda e: n(webbrowser.open('https://tieba.baidu.com/p/5492736764'))
self.Ui.label_download_actor_db.mousePressEvent = lambda e: n(webbrowser.open(
'https://github.com/sqzw-x/mdcx/releases/download/actor_info_database/Actress.db'))
'https://github.com/sqzw-x/mdcx/releases/tag/actor_info_database'))
# endregion

# region 控件更新
Expand Down

0 comments on commit 1504037

Please sign in to comment.