1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)

This commit is contained in:
LmeSzinc
2024-06-27 22:19:46 +08:00
parent d1b16a99c2
commit ea68f68dc9
24 changed files with 338 additions and 69 deletions

View File

@@ -126,7 +126,7 @@ Arguments:
FILE: Path to repository, such as 'xxx/AzurLaneLuaScripts'
SAVE: File to save, 'module/os/map_data.py'
"""
FOLDER = ''
FOLDER = r'E:\ProgramData\Pycharm\AzurLaneLuaScripts'
SAVE = 'module/os/map_data.py'
LOADER = LuaLoader(FOLDER)