1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-06-03 13:15:17 +08:00
This commit is contained in:
2026-05-31 01:31:04 +08:00
18 changed files with 217 additions and 120 deletions

View File

@@ -297,3 +297,4 @@ To add a new event, add a new row in here, and run `python -m module.config.conf
| 20260417 | event 20201126 cn | Vacation Lane Rerun | - | - | - | 復刻假日航線 |
| 20260514 | event 20221222 cn | Parallel Superimposition | - | - | - | 復刻定向折疊 |
| 20260520 | event 20260520 cn | Alliance Before the Hagiobull | 圣印前的同盟 | Alliance Before the Hagiobull | 聖印前の同盟 | - |
| 20260528 | event 20220818 cn | Operation Convergence | - | - | - | 復刻遠匯點作戰 |

View File

@@ -64,6 +64,9 @@ class Config(ConfigBase):
MAP_WALK_USE_CURRENT_FLEET = True
# ===== End of generated config =====
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):
MAP = MAP

View File

@@ -65,6 +65,9 @@ class Config(ConfigBase):
MAP_WALK_USE_CURRENT_FLEET = True
# ===== End of generated config =====
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):
MAP = MAP