-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加全解锁 基於MITM攻擊來解鎖全腳色、造型、物品 #39
Comments
@fon11731 然后正常运行 MahjongCopilot |
命令运行后提示 |
我给ai分析过后改为 |
你在运行 MajsoulMax 之前有没有运行 pip install -r requirements.txt 来安装依赖? |
我忘了提,你需要在 MahjongCopilot 的源代码中编辑 Chromium 的启动命令。 你需要在 def start_browser(self):
""" Start the browser thread, open browser window """
ms_url = self.st.ms_url
proxy = "http://127.0.0.1:23410"
self.browser.start(ms_url, proxy, self.st.browser_width, self.st.browser_height, self.st.enable_chrome_ext) |
2024-08-28 03:41:56,368 DEBUG [BotThread]bot_manager.py:320 | Bot manager attempting turning on browser overlay |
可以添加MajsoulUnlocker吗
https://github.com/shinkuan/MajsoulUnlocker
The text was updated successfully, but these errors were encountered: