1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +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

@@ -190,6 +190,6 @@ class SettingExtractor:
if __name__ == '__main__':
# Path to AzurLaneLuaScripts\CN
FOLDER = r''
FOLDER = r'E:\ProgramData\Pycharm\AzurLaneLuaScripts\CN'
ex = SettingExtractor()
ex.generate(FOLDER)