Skip to content

v1.1.0

Compare
Choose a tag to compare
@shinkuan shinkuan released this 22 Jan 14:01
· 145 commits to main since this release

請詳細閱讀

提供了安裝Akagi的自動化腳本install_akagi.ps1

執行前請注意腳本執行位置,如果執行位置內有名為"Akagi"的資料夾,會將其刪除並以最新版本替代

  1. install_akagi.ps1放到你想安裝的位置
  2. 以管理員開啟Powershell
  3. cd到安裝位置
  4. 有些電腦會限制Powershell腳本的執行,這也是為什麼我們需要管理員權限,執行以下指令以讓腳本能夠運行:
    • Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  5. 執行 install_akagi.ps1
  6. bot.zip放入 ./players

Changelog

  • Unlocker的bug修復 f86e46d
  • 當Akagi發生錯誤時嘗試將所有執行中的Container關閉 7791146
  • 修復暗槓後mjai沒有反應 6992e18
  • 自動打牌大改寫 50c2982
  • 將mitm_playwright.py與mitm.py整合在一起 c64fc02
  • 增加了Playwright的設定頁面、現在可以在遊戲執行中切換Autoplay了 f78f2c2

mitm_playwright.py已被移除,與mitm.py整合

Settings.json有新內容

  • Playwright:
    • enable: Enable the playwright
    • width: width of the viewport of playwright
    • height: height of the viewport of playwright

Full Changelog: v1.0.1...v1.1.0